diff --git a/README.md b/README.md index 8dbf0dca..9c39925f 100755 --- a/README.md +++ b/README.md @@ -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+