Skip to content

Commit f764c80

Browse files
committed
Updates documentation to correct version
1 parent 165fd64 commit f764c80

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
@@ -16,7 +16,7 @@ npm install zod-from-json-schema
1616

1717
Prior to Zod officially releasing an official v4 package, Zod v4 was available in the Zod 3.x branches, i.e. ^3.25.25. This package maintains legacy version 3/4 support in the 0.x version and Zod 4 support (with the official Zod 4 release) in the 1.x version.
1818

19-
- If you need Zod 4, you can use the ^1.0.0 branch or the ^0.4.0 branches of this repo
19+
- If you need Zod 4, you can use the ^0.5.0 branch or the ^0.4.0 branches of this repo
2020
- If you need Zod 3, use the latest version that's less than 0.4.0 (at the of writing that's 0.0.5). It supports a smaller subsets of JSON Schema.
2121

2222
## Usage

0 commit comments

Comments
 (0)