Skip to content

Commit

Permalink
docs: Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmath10 committed Feb 5, 2024
1 parent ad5fbc8 commit d1591a4
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 @@ -39,7 +39,7 @@ const violations = validator.validate({
password: new Length({ min: 6 }),
}),
],
})) /* [{
}), /* do not set or set to true for async validation */ false) /* [{
by: '@modulify/validator/Length',
value: '',
path: ['form', 'nickname'],
Expand Down

0 comments on commit d1591a4

Please sign in to comment.