From b3b2d79ff665ef8f4abfa1a633d9a2444018bd92 Mon Sep 17 00:00:00 2001
From: Erick Lavoie <erick.lavoie@unibas.ch>
Date: Fri, 29 Sep 2023 13:16:05 +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 31b66b2..f48cb6b 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):
+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`:
 ````
 * 4e2e9cc (alice) alice 1   (alice, refs/delivered/alice)
 * c7ecc1f (alice) Author 'alice' initialized
-- 
GitLab