Skip to content

Commit

Permalink
docs: example showing binary format generation fixed (#1135)
Browse files Browse the repository at this point in the history
Co-authored-by: Eryu Xia <[email protected]>
  • Loading branch information
augi and sampajano authored Oct 7, 2021
1 parent 3956560 commit 41f7cc7
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 @@ -248,7 +248,7 @@ using the binary wire format
```sh
$ protoc -I=$DIR echo.proto \
--js_out=import_style=commonjs,binary:$OUT_DIR \
--grpc-web_out=import_style=typescript,mode=grpcwebtext:$OUT_DIR
--grpc-web_out=import_style=typescript,mode=grpcweb:$OUT_DIR
```

It will generate the following files:
Expand Down

0 comments on commit 41f7cc7

Please sign in to comment.