From db0e3d62cd4ddd656665220d546bb6401012cc2d Mon Sep 17 00:00:00 2001 From: Christian Svensson Date: Sat, 6 Jun 2015 13:28:42 +0100 Subject: Update README.md 4d059d removed helloworld.proto, do not reference it. --- python/helloworld/README.md | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3