Skip to content

Commit

Permalink
doc(readme): fix typo (grpc-ecosystem#965)
Browse files Browse the repository at this point in the history
Fix `protoc-gen-swagger` binary name in readme.md
  • Loading branch information
franxois authored and johanbrandhorst committed Jul 2, 2019
1 parent bb741a7 commit a47d5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ go get -u github.com/golang/protobuf/protoc-gen-go
This will place three binaries in your `$GOBIN`;

* `protoc-gen-grpc-gateway`
* `protoc-gen-grpc-swagger`
* `protoc-gen-swagger`
* `protoc-gen-go`

Make sure that your `$GOBIN` is in your `$PATH`.
Expand Down Expand Up @@ -199,7 +199,7 @@ annotation to your .proto file
}
```
7. (Optional) Generate swagger definitions using `protoc-gen-grpc-swagger`
7. (Optional) Generate swagger definitions using `protoc-gen-swagger`
```sh
protoc -I/usr/local/include -I. \
Expand Down

0 comments on commit a47d5ba

Please sign in to comment.