Skip to content

Commit 84dfdc4

Browse files
committed
DVRL-61 - fixing headers
1 parent f87c2f1 commit 84dfdc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ except protovalidate.ValidationError as e:
4444
# Handle failure.
4545
```
4646

47-
# Installation
47+
## Installation
4848

4949
> [!TIP]
5050
> 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`:
5555
pip install protovalidate
5656
```
5757

58-
# Documentation
58+
## Documentation
5959

6060
Comprehensive documentation for Protovalidate is available in [Buf's documentation library][protovalidate].
6161

@@ -65,7 +65,7 @@ Highlights for Python developers include:
6565
* A comprehensive RPC how-to for [Python and gRPC][grpc-python]
6666
* A [migration guide for protoc-gen-validate][migration-guide] users
6767

68-
# Additional Languages and Repositories
68+
## Additional Languages and Repositories
6969

7070
Protovalidate isn't just for Python! You might be interested in sibling repositories for other languages:
7171

@@ -80,19 +80,19 @@ Additionally, [protovalidate's core repository](https://github.com/bufbuild/prot
8080
- [Example][examples] `.proto` files using `protovalidate`
8181
- [Conformance testing utilities][conformance] for acceptance testing of `protovalidate` implementations
8282

83-
# Contribution
83+
## Contribution
8484

8585
We genuinely appreciate any help! If you'd like to contribute, the following will be of interest:
8686

8787
- [Contributing Guidelines][contributing]: Guidelines to make your contribution process straightforward and meaningful
8888
- [Conformance testing utilities](https://github.com/bufbuild/protovalidate/tree/main/docs/conformance.md): Utilities providing acceptance testing of `protovalidate` implementations
8989

90-
# Related Sites
90+
## Related Sites
9191

9292
- [Buf][buf]: Enterprise-grade Kafka and gRPC for the modern age
9393
- [Common Expression Language (CEL)][cel]: The open-source technology at the core of Protovalidate
9494

95-
# Legal
95+
## Legal
9696

9797
Offered under the [Apache 2 license][license].
9898

0 commit comments

Comments
 (0)