Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit e7f7e10

Browse files
Fix typo in documentation (#63)
1 parent a7d4041 commit e7f7e10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/getting-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ protoc -I . --python_betterproto2_out=lib example.proto
4646

4747
If you installed `protoc` with `grpc-tools`, the command will be:
4848

49-
```mkdir lib
50-
python -m grpc-tools.protoc -I . --python_betterproto2_out=lib example.proto
49+
```
50+
mkdir lib
51+
python -m grpc.tools.protoc -I . --python_betterproto2_out=lib example.proto
5152
```

0 commit comments

Comments
 (0)