Merge pull request #61 from grpc/oaktowner-patch-1

Fix path in go helloworld docs
This commit is contained in:
Tim Emiola 2015-02-24 14:19:04 -08:00
commit 74c9ddcd33
1 changed files with 2 additions and 2 deletions

View File

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