diff --git a/README.md b/README.md index 6485e9330..d5a97484d 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Operationally, **NSQ** is easy to configure and deploy (all parameters are speci line and compiled binaries have no runtime dependencies). For maximum flexibility, it is agnostic to data format (messages can be JSON, MsgPack, Protocol Buffers, or anything else). Official Go and Python libraries are available out of the box (as well as many other [client -libraries][client_libraries]) and, if you're interested in building your own, there's a [protocol +libraries][client_libraries]), and if you're interested in building your own, there's a [protocol spec][protocol]. -We publish [binary releases][installing] for linux, darwin, freebsd and windows as well as an official [Docker image][docker_deployment]. +We publish [binary releases][installing] for Linux, Darwin, FreeBSD and Windows, as well as an official [Docker image][docker_deployment]. NOTE: master is our *development* branch and may not be stable at all times.