diff --git a/README.md b/README.md
index f48cb6b600d14226dc9593a999dfa97b694f6eba..f344f0590c2f75ed6313da8d80a0f7f6b2039bb3 100644
--- a/README.md
+++ b/README.md
@@ -469,7 +469,7 @@ Delivering messages  within `carol`:
 ````
 should then print all 5 messages in causal order and update `refs/delivered`
 references for `alice`, `bob`, and `carol`, resulting in the following
-repository state on `carol`:
+repository state on `carol` with `crb/repo-monitor`:
 ````
 *   0ff4428 (bob) bob 1   (bob/bob, bob, refs/delivered/bob)
 |\
@@ -485,7 +485,7 @@ Fetch messages from `carol` into `alice` and delivering the messages:
     crb/repo-fetch carol
     crb/deliver
 ````
-should result in the following state on `alice`:
+should result in the following state on `alice` with `crb/repo-monitor`:
 ````
 *   0ff4428 (bob) bob 1   (carol/bob, bob, refs/delivered/bob)
 |\
@@ -503,7 +503,7 @@ Pushing messages from `alice` to `bob` and delivering the messages:
     cd ../bob
     crb/deliver
 ````
-should result with consistent local branches `alice`, `bob`, `carol` and delivered messages on `bob` (as well as on `alice` and `carol`):
+should result with consistent local branches `alice`, `bob`, `carol` and delivered messages on `bob` (as well as on `alice` and `carol`) with `crb/repo-monitor`:
 ````
 *   0ff4428 (bob) bob 1   (alice/bob, bob, refs/delivered/bob)
 |\