From d99ac4369ad1cba093ed2eb6f9b06a0b78a832b7 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 23 May 2019 13:24:56 -0500 Subject: [PATCH] Update intro.md --- nats_streaming/gettingstarted/intro.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nats_streaming/gettingstarted/intro.md b/nats_streaming/gettingstarted/intro.md index 48554be..0ecab49 100644 --- a/nats_streaming/gettingstarted/intro.md +++ b/nats_streaming/gettingstarted/intro.md @@ -2,5 +2,4 @@ The best way to get the NATS Streaming Server is to use one of the pre-built release binaries which are available for OSX, Linux (x86-64/ARM), Windows. -Of course you can build the latest version of the server from the master branch. The master branch will always build and pass tests, but may not work correctly in your environment. You will first need at least Go version 1.11+ installed on your machine to build the NATS Streaming Server. - +Of course you can build the latest version of the server from the master branch. The master branch will always build and pass tests, but may not work correctly in your environment. First you will need at least Go version 1.11+ installed on your machine to build the NATS Streaming Server.