Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz authored Jul 13, 2018
1 parent 49804b6 commit 865047d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Output:
// validate error
[
{
"param": "age",
"value": 10,
"validator": "min",
"min": 18,
"message": "age must be greater than or equal 18"
}
param: 'age',
value: 10,
validator: 'min',
min: 18,
message: 'age must be greater than or equal 18',
},
]
```

Expand Down

0 comments on commit 865047d

Please sign in to comment.