diff --git a/examples/python-webhooks/README.md b/examples/python-webhooks/README.md index 6bc7d749d..5f8a83eed 100644 --- a/examples/python-webhooks/README.md +++ b/examples/python-webhooks/README.md @@ -88,7 +88,7 @@ The `https:` is your `MIRO_REDIRECT_URL` to be used in the `.env 9. Select Try It! to run the API request right from the browser. If you get a 201 response, you are ready to receive events! -10. Next, go to to the same board which you referenced in the request above, and create a sticky. You should now receive a webhook event! To learn more about the events you can expect to receive, +10. Next, go to to the same board which you referenced in the request above, and create a sticky. You should now receive a webhook event! Great job! You've just learned how to get started with Miro's webhooks with Python 🎉. # 🗂️ Folder structure