Replace validators quantity on README.md

This commit is contained in:
Henrique Moody 2015-07-20 17:37:53 -03:00
parent 59aa5166c6
commit 75bf071ac9

View file

@ -11,7 +11,7 @@
- Complex rules made simple: `v::numeric()->positive()->between(1, 256)->validate($myNumber)`.
- [Granularity control](docs/README.md#validation-methods) for advanced reporting.
- Almost 100 (fully tested) validators.
- More than 100 (fully tested) validators.
- [A concrete API](docs/CONCRETE_API.md) for non fluent usage.
- Works on PHP 5.3+ or HHVM 3.3+