added prettyprint proto formatting

pull/3109/head
LisaFC 10 years ago
parent 8b367bc965
commit 8650bb9373
  1. 2
      README.md

@ -166,7 +166,7 @@ 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
can specify in gRPC - we'll look at some other types later in this document.
```
```proto
syntax = "proto3";
option java_package = "io.grpc.examples";

Loading…
Cancel
Save