diff options
author | Dan Ciruli <ciruli@gmail.com> | 2015-02-04 10:07:45 -0800 |
---|---|---|
committer | Dan Ciruli <ciruli@gmail.com> | 2015-02-04 10:07:45 -0800 |
commit | 99a1fe644087da862af2287c452b38b7fd4f1b9c (patch) | |
tree | 82e792d7eeb83fc90671136b4b1e2533d6ca681a /README.md | |
parent | 433cd8a46805cb83a6fc3d8431dc6e9cdf168303 (diff) |
Fixed 2 typos.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# gRPC Helloworld Tutorial +# gRPC Hello World Tutorial ## TODO: move this to the tutorial sub-folder @@ -8,7 +8,7 @@ various features of gRPC. When you finish the tutorial, you will be able to -- Create an protobuf schema that defines a simple RPC service +- Create a protobuf schema that defines a simple RPC service - Create a Java server that implements the schema interface - Create a Java client that accesses the server - Create a Go client that accesses the Java server |