Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/grpc-web/docs/code-generation.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ This is an example of a complete invokation of `protoc` with `ts-protoc-gen` ass
protoc \
--plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts \
--js_out=import_style=commonjs,binary:my-generated-code \
--ts_out=service=true:my-generated-code \
--ts_out=service=grpc-web:my-generated-code \
-I ./my-protos \
my-protos/*.proto
```

0 comments on commit 2017cf0

Please sign in to comment.