diff --git a/README.rdoc b/README.rdoc index 4a2eea70..13ffe272 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,4 +1,23 @@ == About Respect\Validation aims to be the most awesome validation toolkit ever created -. \ No newline at end of file + +Single validator usage samples: + + getMessage(); + } + + //Raw constructor sample + $dateValidator = new Date\Between('2008-01-01', '2010-10-10'); + $dateValidator->isValid('2009-12-01');