Skip to content

Commit 2d72d32

Browse files
Update package name from 'protovalidate-python' to 'protovalidate' in README (#393)
The PyPI package is called `protovalidate`, this is confusing`(protovalidate-python` is the name of the repo)
1 parent 1f0d8f0 commit 2d72d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ message User {
3131
}
3232
```
3333

34-
Once you've added `protovalidate-python` to your project, validation is idiomatic Python:
34+
Once you've added `protovalidate` to your project, validation is idiomatic Python:
3535

3636
```python
3737
try:

0 commit comments

Comments
 (0)