Skip to content

Commit

Permalink
chore(lib): correct README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosai106 committed Nov 16, 2024
1 parent 37fb90b commit 9e1ec79
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 @@ -31,7 +31,7 @@ const exampleSchema = v.object({
v.min(new Date('2021/01/01')),
v.max(new Date()),
]),
tags: v.array(string())
tags: v.array(v.string())
});

// If the input data matches the schema, nothing will happen,
Expand Down

0 comments on commit 9e1ec79

Please sign in to comment.