From 58c3636a27714dcf976ca2fe3c45e0bcee0296eb Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Mon, 28 Mar 2016 15:44:29 -0700 Subject: [PATCH] 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 -----------