From 70cf82708a158225f900ea808f383194963ea0be Mon Sep 17 00:00:00 2001 From: ire Date: Wed, 21 May 2025 13:49:47 +0200 Subject: Doc prettier #7 --- README.md | 6 ++++-- 1 file 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 -- cgit v1.2.3