Skip to content

Commit cb48216

Browse files
committed
Improve text and fix heading style in README of to-json-schema
1 parent a38070d commit cb48216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/to-json-schema/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This package is particularly popular for:
1414
- **API Documentation**: Generate OpenAPI specifications from your Valibot schemas
1515
- **Code Generation**: Create client SDKs and types from your validation schemas
1616
- **LLM Integration**: Generate structured outputs for Large Language Models
17-
- **Schema Sharing**: Share validation logic between backend and frontend
17+
- **Schema Sharing**: Share validation logic between different programming languages
1818

1919
> Some Valibot features can't be mapped to JSON schema. For example, transformation actions have no equivalent in JSON schema. Also, some Valibot schemas or validations are too JS-specific and do not have an equivalent JSON schema attribute.
2020
@@ -363,7 +363,7 @@ toJsonSchemaDefs(
363363
// }
364364
```
365365

366-
### Global Definitions
366+
### Global definitions
367367

368368
For advanced use cases, you can manage global schema definitions that will be automatically used when converting schemas. This is particularly useful for larger projects with many reusable schemas.
369369

0 commit comments

Comments
 (0)