You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ except protovalidate.ValidationError as e:
44
44
# Handle failure.
45
45
```
46
46
47
-
# Installation
47
+
##Installation
48
48
49
49
> [!TIP]
50
50
> The easiest way to get started with Protovalidate for RPC APIs are the how-to's in Buf's documentation. There's one available for [Python and gRPC][grpc-python].
@@ -55,7 +55,7 @@ To install the package, use `pip`:
55
55
pip install protovalidate
56
56
```
57
57
58
-
# Documentation
58
+
##Documentation
59
59
60
60
Comprehensive documentation for Protovalidate is available in [Buf's documentation library][protovalidate].
61
61
@@ -65,7 +65,7 @@ Highlights for Python developers include:
65
65
* A comprehensive RPC how-to for [Python and gRPC][grpc-python]
66
66
* A [migration guide for protoc-gen-validate][migration-guide] users
67
67
68
-
# Additional Languages and Repositories
68
+
##Additional Languages and Repositories
69
69
70
70
Protovalidate isn't just for Python! You might be interested in sibling repositories for other languages:
0 commit comments