Merge pull request #331 from chrjen/chrjen-patch-1

Fixed README.md in examples
This commit is contained in:
Qi Zhao 2015-09-08 10:15:36 -07:00
commit 804c8f1ecb
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ INSTALL
-------
```sh
$ go get -u github.com/grpc/grpc-go/examples/greeter_client
$ go get -u github.com/grpc/grpc-go/examples/greeter_server
$ go get -u github.com/grpc/grpc-go/examples/helloworld/greeter_client
$ go get -u github.com/grpc/grpc-go/examples/helloworld/greeter_server
```
TRY IT!