From a6e9e042c55889f57586a3296e8e13616337ed82 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Mon, 28 Mar 2016 15:02:37 -0700 Subject: [PATCH 1/2] Bump the required Go version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b05f09..323fe198 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ go get google.golang.org/grpc Prerequisites ------------- -This requires Go 1.4 or above. +This requires Go 1.5+. Constraints ----------- From 58c3636a27714dcf976ca2fe3c45e0bcee0296eb Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Mon, 28 Mar 2016 15:44:29 -0700 Subject: [PATCH 2/2] revise wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 323fe198..90e9453d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Go implementation of [gRPC](http://www.grpc.io/): A high performance, open s Installation ------------ -To install this package, you need to install Go 1.4 or above and setup your Go workspace on your computer. The simplest way to install the library is to run: +To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run: ``` $ go get google.golang.org/grpc @@ -16,7 +16,7 @@ $ go get google.golang.org/grpc Prerequisites ------------- -This requires Go 1.5+. +This requires Go 1.5 or later . Constraints -----------