diff --git a/README.md b/README.md index 3b264fd..cd396b3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ scala-zeromq facilitates communication using the [ZeroMQ](http://zeromq.org) messaging library. ZeroMQ is a message-oriented socket communication library that -support several high-level messaging patterns, including request-reply, +supports several high-level messaging patterns, including request-reply, publish-subscribe and push-pull. For a thorough description of how ZeroMQ works, read the [guide](http://zguide.zeromq.org).