Increase the number of rules we have in README.md

At this point, Validation has 151 available rules.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2019-04-06 23:46:25 +02:00
parent 718bacad04
commit d2d4728883
No known key found for this signature in database
GPG key ID: 221E9281655813A6

View file

@ -11,7 +11,7 @@
- Complex rules made simple: `v::numericVal()->positive()->between(1, 255)->validate($input)`.
- Granularity control for advanced reporting.
- More than 130 (fully tested) validation rules.
- More than 150 (fully tested) validation rules.
- A concrete API for non fluent usage.
## Documentation