From d67aacb8e3d69629a969055b0f044e64c391ca88 Mon Sep 17 00:00:00 2001 From: Erick Lavoie <erick.lavoie@unibas.ch> Date: Fri, 29 Sep 2023 14:44:57 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f344f05..9bb00f8 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ Fetch messages from `carol` into `alice`: crb/repo-fetch carol ```` should only add `carol` initialization message but not retrieve any of bob -messages because they have not been merged (which should happen when `carol` delivers messages). You should therefore see the followings when executing `crb/repo-monitor`: +messages because they have not been merged (which should happen when `carol` delivers messages). You should therefore see the followings when executing `crb/repo-monitor` (`carol`'s message could also be first instead of third, that is also correct): ```` * 4e2e9cc (alice) alice 1 (alice, refs/delivered/alice) * c7ecc1f (alice) Author 'alice' initialized -- GitLab