diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 20:08:13 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 20:08:13 +0000 |
commit | 78424af9d2bc25dde53bad684a9beafca9d23ac3 (patch) | |
tree | 9a36f1a5138a6b0bc094c7004a715d552cb8cd18 | |
parent | ed5d321084b8c5f5a5f26d091034784a64326d54 (diff) | |
download | communique-main.tar.gz |
readmemain
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |