Skip to content

Commit

Permalink
docs: update generate proto markdown command
Browse files Browse the repository at this point in the history
  • Loading branch information
lexor committed Jun 25, 2021
1 parent 6ea72a8 commit aa9368a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install
- **Generate Proto JSON definitions**

```bash
$ protoc --doc_out=./static/fixtures --doc_opt=json,proto_workspace.json --proto_path=../protofiles ../protofiles/**/*.proto
$ protoc --doc_out=./static --doc_opt=json,proto_workspace.json --proto_path=../protofiles ../protofiles/**/*.proto
```

- **Generate Proto Markdown**
Expand Down

0 comments on commit aa9368a

Please sign in to comment.