From 75bf071ac978b4fb85ca000f680eb60f659b94e1 Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Mon, 20 Jul 2015 17:37:53 -0300 Subject: [PATCH] Replace validators quantity on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+