Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aymaneallaoui authored Sep 14, 2024
1 parent de6c2f0 commit a054175
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 @@ -32,7 +32,7 @@ import (
func main() {
stringSchema := validators.String().
Min(3).Max(5).Required().
WithMessage("minLength", "This string is too short like arch users D😒!").
WithMessage("minLength", "This string is too short like arch users!").
WithMessage("maxLength", "This string is too long!")

err := stringSchema.Validate("ab")
Expand Down

0 comments on commit a054175

Please sign in to comment.