aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index dda9b47..35ef8ae 100644
--- a/README.md
+++ b/README.md
@@ -475,9 +475,11 @@ Added multicast support for `datomic.api/tx-report-queue`:
; Stop the queue:
(yq/stop-multicast-consumer-id! conn :q-id-3)
=> true
-; The multicaster thread will send `:end` and the consumer thread will then print "Time to exit. Goodbye!".
+; The multicaster thread will send `:end`.
+; The consumer thread will then print "Time to exit. Goodbye!".
-; if the queue is already stopped (or never was started), `stop-multicaster...` functions will return false:
+; if the queue is already stopped (or never was started), the `stop-multicaster...`
+; functions will return false:
(yq/stop-multicast-consumer-id! conn :already-stopped-queue-or-typo)
=> false