diff --git a/docs/formatters/payment.md b/docs/formatters/payment.md index 97f2673..ce2cd04 100644 --- a/docs/formatters/payment.md +++ b/docs/formatters/payment.md @@ -13,7 +13,7 @@ echo $faker->creditCardType(); ## `creditCardNumber` Generate a credit card number with a given type. By default, a random type is used. Supported types are 'Visa', ' -MasterCard', 'American Express', and 'Discover'. +MasterCard', 'American Express', and 'Discover Card'. Optionally, a second and third parameter may be supplied. These define if the credit card number should be formatted, and which separator to use.