Skip to content

Commit 77ef139

Browse files
authored
Merge pull request #8 from tatsushitoji/patch-1
fixed README.md
2 parents bcac6b3 + f464472 commit 77ef139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ generates:
165165
email: email
166166
```
167167
168-
Then generates yup validation schema like below.
168+
Then generates zod validation schema like below.
169169
170170
```ts
171171
export function ExampleInputSchema(): z.ZodSchema<ExampleInput> {

0 commit comments

Comments
 (0)