Skip to content

Commit

Permalink
README: Fix example command (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek authored Jul 19, 2023
1 parent a8dd70a commit aa4021b
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 @@ -32,7 +32,7 @@ Change any of the following values by passing `-option="Value"` CLI flag to `web

Example:
```
webrpc-gen -schema=./proto.json -target=golang -out openapi.gen.yaml -pkg=main -client -server
webrpc-gen -schema=./proto.json -target=golang -out server.gen.go -pkg=main -server
```

## Set custom Go field meta tags in your RIDL file
Expand Down

0 comments on commit aa4021b

Please sign in to comment.