aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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