Update README.md

This commit is contained in:
LisaFC 2015-03-24 15:49:28 +00:00
parent d6d36b33b1
commit 71c0c6f71a
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ service has one method, `hello`, that lets the server receive a single
`HelloRequest` `HelloRequest`
message from the remote client containing the user's name, then send back message from the remote client containing the user's name, then send back
a greeting in a single `HelloReply`. This is the simplest type of RPC you a greeting in a single `HelloReply`. This is the simplest type of RPC you
can specify in gRPC - we'll look at some other types later in this document. can specify in gRPC - you can find out about other types in the tutorial for your chosen language.
```proto ```proto
syntax = "proto3"; syntax = "proto3";