JamesEggers1 / luhn

A JavaScript module of the luhn algorithm for Credit Card Validation that works with both client-side JavaScript and Node.js
MIT License
52 stars 20 forks source link

Fix credit card numbers in README examples #7

Closed jeffcarp closed 9 years ago

jeffcarp commented 9 years ago

The card number used in README examples to indicate a Luhn valid number (411111111111) was not Luhn valid.

jeffcarp commented 9 years ago

left hanging

EvanHahn commented 9 years ago