Merge pull request #338 from iamqizhao/master

fix readme
This commit is contained in:
Qi Zhao 2015-09-14 18:11:02 -07:00
commit 0a8aef668c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ The Go implementation of [gRPC](https://github.com/grpc/grpc)
Installation Installation
------------ ------------
To install this package, you need to install Go 1.4 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 1.4 or above and setup your Go workspace on your computer. The simplest way to install the library is to run:
``` ```
$ go get google.golang.org/grpc $ go get google.golang.org/grpc