diff --git a/mq/README.md b/mq/README.md index 3f25544..d8a4383 100644 --- a/mq/README.md +++ b/mq/README.md @@ -4,4 +4,4 @@ Simple in-memory message broker A simple message broker which lets you publish and subscribe to messages with no overhead. Use fire-and-forget semantics, if the subscriber is available the message -is received. +is received otherwise its dropped.