aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-08 20:08:13 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-08 20:08:13 +0000
commit78424af9d2bc25dde53bad684a9beafca9d23ac3 (patch)
tree9a36f1a5138a6b0bc094c7004a715d552cb8cd18
parented5d321084b8c5f5a5f26d091034784a64326d54 (diff)
downloadcommunique-main.tar.gz
readmemain
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1683660..a5f0171 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ And a `sample-cgi-handler.sh` like:
</feed>'
exit 0
-Communique will execute `sample-cgi-handler.sh` every 5 seconds, deduplicating the extracted `<content/> for a period of 30 seconds. Any unique items that are found are persisted to our actors inbox and delivered to all actors that follow our actor.
+Communique will execute `sample-cgi-handler.sh` every 5 seconds, deduplicating the extracted `<content/>` for a period of 30 seconds. Any unique items that are found are persisted to our actors outbox and delivered to the inbox of all the actors that follow our actor.
## Run locally