From 72ed6bfdc41ba6d1e817a99623f085b2de83e1d8 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Sun, 16 Oct 2016 23:39:21 +0100 Subject: [PATCH] README: fix typo in build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd45ba2..8acae50e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Don't try to port it to mainnet or an altcoin and use it today! No really. Lig * **Go 1.5 or 1.6** Installation instructions can be found here: http://golang.org/doc/install. It is recommended to add `$GOPATH/bin` to your `PATH` at this point. - **Note:** If you are building with Go 1.5, then you'll need to enable the vendor experiment by setting the `GO15VENDOREXPERIMENT` environment variable to `1`. If you're using Go 1.5, then it is safe to skip this step. + **Note:** If you are building with Go 1.5, then you'll need to enable the vendor experiment by setting the `GO15VENDOREXPERIMENT` environment variable to `1`. If you're using Go 1.6 or later, then it is safe to skip this step. * **Glide** This project uses `Glide` to manage depdnancies as well as to provide *reproducable builds*.