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

Commit 6ef7021

Browse files
committed
Update version in plugin name
1 parent 4e953bb commit 6ef7021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ You should now be able to compile it using:
3030

3131
```
3232
mkdir lib
33-
protoc -I . --python_betterproto_out=lib example.proto
33+
protoc -I . --python_betterproto2_out=lib example.proto
3434
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pytest = "^6.2.5"
3434
protobuf = "^4"
3535

3636
[tool.poetry.scripts]
37-
protoc-gen-python_betterproto = "betterproto2_compiler.plugin:main"
37+
protoc-gen-python_betterproto2 = "betterproto2_compiler.plugin:main"
3838

3939
[tool.ruff]
4040
extend-exclude = ["tests/output_*"]

0 commit comments

Comments
 (0)