Skip to content

Commit

Permalink
Merge pull request #43 from pedrofurst/fix-readme
Browse files Browse the repository at this point in the history
fix param name on readme
  • Loading branch information
caarlos0 committed Jul 29, 2016
2 parents 5c0a165 + 731bb05 commit 99022bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ obj.getCreditCardNameByNumber('4539578763621486'); // returns 'Visa'
| Name | Returns |
|---|---|
|`CreditCard#isValid(cardNumber)`| `Boolean `|
|`CreditCard#isExpirationDateValid(mouth, year)`| `Boolean `|
|`CreditCard#isExpirationDateValid(month, year)`| `Boolean `|
|`CreditCard#isSecurityCodeValid(cardNumber, securityCode)`| `Boolean `|
|`CreditCard#getCreditCardNameByNumber(cardNumber)`| `String `|

Expand Down

0 comments on commit 99022bd

Please sign in to comment.