Skip to content

Commit

Permalink
Merge pull request #98 from FabianHinz/fix/swagger-documentation
Browse files Browse the repository at this point in the history
Fix the swagger section of the README.md
  • Loading branch information
yugui committed Jan 28, 2016
2 parents f2a9936 + 4a27acd commit 2ecd37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
protoc -I/usr/local/include -I. \
-I$GOPATH/src \
-I$GOPATH/src/github.com/gengo/grpc-gateway/third_party/googleapis \
--grpc-swagger_out=logtostderr=true:. \
--swagger_out=logtostderr=true:. \
path/to/your_service.proto
```
Expand Down

0 comments on commit 2ecd37b

Please sign in to comment.