Update number of rules in the documentation

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2019-05-22 21:01:13 +02:00
parent 1b146758ee
commit b88da74f79
No known key found for this signature in database
GPG key ID: 221E9281655813A6

View file

@ -11,5 +11,5 @@
- Complex rules made simple: `v::numericVal()->positive()->between(1, 255)->validate($input)`.
- [Granularity control](feature-guide.md#validation-methods) for advanced reporting.
- [More than 130](list-of-rules.md) (fully tested) validation rules.
- [More than 150](list-of-rules.md) (fully tested) validation rules.
- [A concrete API](concrete-api.md) for non fluent usage.