From fba083931308cb258bd44be455c2276b6103110c Mon Sep 17 00:00:00 2001 From: Felipe Daragon Date: Wed, 12 Mar 2014 19:31:28 -0300 Subject: Improve readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d4e1a4..55c5787 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ reusable_validation("test!") -- true ####Current validation functions * alnum() - -Checks if string is alfanumeric. +Checks if string is alphanumeric. * boolean() - Checks if value is a boolean. * compare(another_value) - Checks if value is equal to another value. * contains(substr) - -Check if a string contains a substring. +Checks if a string contains a substring. * date() or date(format) - Checks if a string is a valid date. Default format is UK (dd/mm/yyyy). Also checks for US and ISO formats. * email() - @@ -75,6 +75,6 @@ License: MIT -Inspired on Respect Validation for PHP +Inspired by Respect Validation for PHP https://github.com/Respect/Validation -- cgit v1.2.3-54-g00ecf