From 6378904fd7e8b5247cb8b9ec2e86e14bb69e3b4f Mon Sep 17 00:00:00 2001 From: Nick Lombard Date: Wed, 19 Sep 2012 02:32:13 +0300 Subject: [PATCH] Test GitPanda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2831a223..46117497 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Respect\Validation [![Build Status](https://secure.travis-ci.org/Respect/Validation.png)](http://travis-ci.org/Respect/Validation) ================== - + The most awesome validation engine ever created for PHP. - Fluent/Chained builders like `v::numeric()->positive()->between(1, 256)->validate($myNumber)` (more samples below)