docs(readme): update readme

Signed-off-by: storyicon <yuanchao@bilibili.com>
This commit is contained in:
storyicon 2021-07-28 12:01:03 +08:00
parent 4f4006ee7d
commit aed8ad1615
No known key found for this signature in database
GPG key ID: 245915D985F966CF
6 changed files with 11 additions and 11 deletions

View file

@ -5,8 +5,8 @@ This example uses the following public libraries:
* [gogoproto](https://github.com/gogo/protobuf/tree/master/gogoproto)
The following plug-ins are used:
* [protoc-gen-gogo](github.com/gogo/protobuf/protoc-gen-gogo)
* [protoc-gen-grpc-gateway](github.com/grpc-ecosystem/grpc-gateway)
* [protoc-gen-gogo](https://github.com/gogo/protobuf/protoc-gen-gogo)
* [protoc-gen-grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway)
You can compile the proto file in this directory by executing the following command:
```