Skip to content

Commit 9628c7b

Browse files
authored
Update README.md (vercel#162)
1 parent 87b47f5 commit 9628c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ We need to configure the webhook pictured in the architecture diagram above. Thi
5757

5858
1. Click the "Add Endpoint" button on the [test Endpoints page](https://dashboard.stripe.com/test/webhooks).
5959
1. Set the endpoint URL to `https://your-deployment-url.vercel.app/api/webhooks`.
60-
1. Click the `Select events` under the `Select events to listen to` heading.
61-
1. Click the `receive all events` link in the `Events to send` section.
62-
1. Copy the `Signing secret` as we'll need that in the next step.
60+
1. Click `Select events` under the `Select events to listen to` heading.
61+
1. Click `Select all events` in the `Select events to send` section.
62+
1. Copy `Signing secret` as we'll need that in the next step.
6363

6464
### Set environment variables
6565

0 commit comments

Comments
 (0)