Skip to content

Commit e0585c1

Browse files
committed
Update documentation
1 parent f7490ad commit e0585c1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ creditCardRegex({exact: true}).test('6011881485017922');
3333

3434
### creditCardRegex(options)
3535

36-
Returns a regex for matching credit card numbers.
36+
Returns a regex for matching credit card numbers. It supports credit card numbers from the following vendors:
37+
38+
* American Express
39+
* Diners Club
40+
* Discover
41+
* JCB
42+
* Maestro
43+
* MasterCard
44+
* VISA
3745

3846
#### options.exact
3947

0 commit comments

Comments
 (0)