mirror of https://github.com/grpc/grpc-dart.git
Update CONTRIBUTING.md
Co-authored-by: Moritz <moritz@suemmermann.de>
This commit is contained in:
parent
3efe7b5c28
commit
c0c1c68ea5
|
@ -68,4 +68,4 @@ early on.
|
|||
so.
|
||||
|
||||
## Updating protobuf definitions
|
||||
Sometimes we might need to update the generated dart files from the protos included in `lib/src/protos`. To do this, run the script `tool/regenerate.sh` from the project root and it will update the generated dart files in `lib/src/geneerated`.
|
||||
Sometimes we might need to update the generated dart files from the protos included in `lib/src/protos`. To do this, run the script `tool/regenerate.sh` from the project root and it will update the generated dart files in `lib/src/generated`.
|
||||
|
|
Loading…
Reference in New Issue