Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Aug 18, 2024
1 parent 943df42 commit 3c2db88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and [openapi-zod-client](https://github.com/astahmer/openapi-zod-client) first.
I coded my own solution because I wanted to
- have fine-grained and separated functions and type definitions for each API endpoint
- be able to easily test these endpoint caller functions with exchangeable `RequestHandler` implementations
- have automatically generated [Zod](https://zod.dev) schemas for every endpoint to use for future form validations
- have automatically generated [Zod](https://zod.dev) request schemas for form validations

## Semantic versioning
**Worried about different code generation outputs after updating this library?**
Expand Down

0 comments on commit 3c2db88

Please sign in to comment.