Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iway1 authored Jan 1, 2023
1 parent 1f0312f commit ac29463
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 @@ -45,7 +45,7 @@ yarn add zod react-hook-form @hookform/resolvers

## Usage

Create a zod-to-component mapping and create your form with `createTsForm` (typically once per project):
Create a zod-to-component mapping to map zod schemas to your components then create your form with `createTsForm` (typically once per project):

```tsx
// create the mapping
Expand Down

0 comments on commit ac29463

Please sign in to comment.