diff options
author | Christian Svensson <blue@cmd.nu> | 2015-06-06 13:28:42 +0100 |
---|---|---|
committer | Christian Svensson <blue@cmd.nu> | 2015-06-06 13:28:42 +0100 |
commit | db0e3d62cd4ddd656665220d546bb6401012cc2d (patch) | |
tree | af6469e2b5a75ae2f68d3509e09c11c13c08fa66 | |
parent | 9bed97d4791f6d711ac94d1a6a3a0fc7c65d363d (diff) |
Update README.md
4d059d removed helloworld.proto, do not reference it.
-rw-r--r-- | python/helloworld/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/helloworld/README.md b/python/helloworld/README.md index e20022366b..0a6a718bae 100644 --- a/python/helloworld/README.md +++ b/python/helloworld/README.md @@ -39,8 +39,7 @@ service methods, and define the parameters and return types as protocol buffer message types. Both the client and the server use interface code generated from the service definition. -Here's our example service definition, defined using protocol buffers IDL in -[helloworld.proto](https://github.com/grpc/grpc-common/blob/master/python/helloworld/helloworld.proto). The `Greeting` +Here's our example service definition. The `Greeting` service has one method, `hello`, that lets the server receive a single `HelloRequest` message from the remote client containing the user's name, then send back |