Skip to content

Commit 52c0666

Browse files
authored
Merge pull request #9 from charlypoly/patch-1
Update README.md
2 parents 77ef139 + a8d5297 commit 52c0666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ generates:
5757

5858
type: `string`
5959

60-
import types from generated typescript type path. if not given, omit import statement.
60+
When provided, import types from the generated typescript types file path. if not given, omit import statement.
6161

6262
```yml
6363
generates:
@@ -174,4 +174,4 @@ export function ExampleInputSchema(): z.ZodSchema<ExampleInput> {
174174
message: z.string().regex(/^Hello/, "message")
175175
})
176176
}
177-
```
177+
```

0 commit comments

Comments
 (0)