diff --git a/README.md b/README.md index 4302d44..a012ba6 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Route::stripeWebhooks('webhook-route-configured-at-the-omise-dashboard'); Behind the scenes this will register a POST route to a controller provided by this package. Because Stripe has no way of getting a csrf-token, you must add that route to the except array of the VerifyCsrfToken middleware: ```php protected $except = [ - 'webhook-route-configured-at-the-stripe-dashboard', + 'webhook-route-configured-at-the-omise-dashboard', ]; ```