From b4b8339e4db2acba923831b203ea079c04c746aa Mon Sep 17 00:00:00 2001 From: Jared Ramon Elizan Date: Fri, 5 Aug 2022 09:57:55 +0800 Subject: [PATCH] Update README.md fixed typo and punctuations --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.