diff --git a/README.md b/README.md index 69a9879..aa99e62 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Grpcall -## 生成 protoset file 命令 +## Protoset file command ``` protoc --go_out=. \ @@ -11,7 +11,7 @@ protoc --go_out=. \ ./proto3/device.proto ``` -## protoc 版本 +## Protoc version ``` protoc --version // libprotoc 3.20.3 ```