mirror of https://github.com/grpc/grpc-go.git
Merge pull request #331 from chrjen/chrjen-patch-1
Fixed README.md in examples
This commit is contained in:
commit
804c8f1ecb
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue