Skip to content

Commit

Permalink
protoc-gen-go-grpc: Update README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
keita127 authored and keita127 committed Jun 5, 2023
1 parent c9d3ea5 commit 10d61f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/protoc-gen-go-grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To restore this behavior, set the option `require_unimplemented_servers=false`.
E.g.:

```
protoc --go-grpc_out=require_unimplemented_servers=false[,other options...]:. \
protoc --go-grpc_out=. --go-grpc_opt=require_unimplemented_servers=false[,other options...] \
```

Note that this is not recommended, and the option is only provided to restore
Expand Down

0 comments on commit 10d61f7

Please sign in to comment.