From 20d15989887a99af12df078552c43a9dda572aac Mon Sep 17 00:00:00 2001 From: Ian Delahorne Date: Wed, 13 Dec 2017 15:11:43 -0800 Subject: [PATCH] Reword compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 837e3bd15..7a3c618ae 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Agouti allows you run WebDriver integration tests. Learn more about Agouti [her ## Set Me Up! -You'll need Go v1.6+. Follow the [installation instructions](https://golang.org/doc/install) if you don't have it installed. +You'll need the Go command-line tools. Ginkgo is tested with Go 1.6+, but preferably you should get the latest. Follow the [installation instructions](https://golang.org/doc/install) if you don't have it installed. ```bash