Skip to content

Commit a9262a6

Browse files
committed
fix: bullets
1 parent 6070bdf commit a9262a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Writerside/topics/Metadata-Generation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ rrgcli \
4141

4242
## Use Cases
4343

44-
### Debugging with rRPC Inspector**
44+
### Debugging with rRPC Inspector
4545
The metadata integrates seamlessly with **rRPC Inspector**, providing a visual representation of the API schema. This helps developers:
46-
Debug API services and methods.
47-
Verify .proto definitions.
46+
- Debug API services and methods.
47+
- Verify .proto definitions.
4848
### Runtime Schema Analysis
4949
Although the metadata is static, it can be used at runtime for tasks like:
50-
Validating incoming requests.
51-
Custom routing or method discovery.
50+
- Validating incoming requests.
51+
- Custom routing or method discovery.
5252
### API Documentation
5353
Metadata can be consumed to generate automated documentation, reflecting the latest .proto schema.
5454

0 commit comments

Comments
 (0)