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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ except protovalidate.ValidationError as e:
49
49
## Installation
50
50
51
51
> [!TIP]
52
-
> 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].
52
+
> The easiest way to get started with Protovalidate for RPC APIs are the quickstarts in Buf's documentation. There's one available for [Python and gRPC][grpc-python].
53
53
54
54
To install the package, use `pip`:
55
55
@@ -64,7 +64,7 @@ Comprehensive documentation for Protovalidate is available in [Buf's documentati
64
64
Highlights for Python developers include:
65
65
66
66
* The [developer quickstart][quickstart]
67
-
* A comprehensive RPC how-to for [Python and gRPC][grpc-python]
67
+
* A comprehensive RPC quickstart for [Python and gRPC][grpc-python]
68
68
* A [migration guide for protoc-gen-validate][migration-guide] users
69
69
70
70
## Additional Languages and Repositories
@@ -111,12 +111,12 @@ Offered under the [Apache 2 license][license].
0 commit comments