diff options
Diffstat (limited to '')
-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 |