diff --git a/cmd/protoc-gen-openapi/README.md b/cmd/protoc-gen-openapi/README.md index 154d7202..80efa37b 100644 --- a/cmd/protoc-gen-openapi/README.md +++ b/cmd/protoc-gen-openapi/README.md @@ -6,7 +6,7 @@ Protocol Buffer service. Installation: - go install github.com/google/gnostic/cmd/protoc-gen-openapi + go install github.com/google/gnostic/cmd/protoc-gen-openapi@latest Usage: @@ -62,4 +62,4 @@ refers to additional .proto files in the same directory as application/json: schema: $ref: '#/components/schemas/google.rpc.Status' - ``` \ No newline at end of file + ```