From efba2d8cf1f2f70ad211a1db237df4717409246e Mon Sep 17 00:00:00 2001 From: Andrew Willis Date: Thu, 9 Jan 2014 22:22:00 +0000 Subject: [PATCH] =?UTF-8?q?oops=E2=80=A6=20(newline=20/=20whitespace)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bab6d21..3ea7552 100644 --- a/README.md +++ b/README.md @@ -112,13 +112,14 @@ V::lang('ar'); * `creditCard` - Field is a valid credit card number - ## Credit Card Validation usage +## Credit Card Validation usage - Credit card validation currently allows you to validate a Visa `visa`, - Mastercard `mastercard`, Dinersclub `dinersclub`, American Express `amex` - or Discovery `discovery` +Credit card validation currently allows you to validate a Visa `visa`, +Mastercard `mastercard`, Dinersclub `dinersclub`, American Express `amex` +or Discovery `discovery` + +This will check the credit card against each card type - This will check the credit card against each card type ```php $v->rule('creditCard', 'credit_card'); ```