Skip to content

Commit

Permalink
Fix example output in README
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosforero committed Dec 5, 2022
1 parent b3e2b9f commit 2e66cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ output:
```json
{
"age": [
"Age must be greater than \"12\""
"Age must be greater than \"18\""
],
"name": [
"Name must have a length between \"1\" and \"2\""
"full_name": [
"Full name must have a length between \"4\" and \"20\""
]
}
```
Expand Down

0 comments on commit 2e66cec

Please sign in to comment.