From bab9e58fbe2f6fe8a8106876a4f53c0463f17a0e Mon Sep 17 00:00:00 2001 From: Horea Porutiu Date: Thu, 29 Aug 2024 14:53:26 +0200 Subject: [PATCH] formatting --- examples/node-webhooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/node-webhooks/README.md b/examples/node-webhooks/README.md index d5a463ab4..3ba4dec4b 100644 --- a/examples/node-webhooks/README.md +++ b/examples/node-webhooks/README.md @@ -44,7 +44,7 @@ This app shows how to get webhook events on your Miro board using Node.js and Ex # 🏃🏽‍♂️ Run the app locally -1. Create a new Miro app [developers.miro.com](https://developers.miro.com/). This will take you to the app settings page. There you +1. Create a new Miro app on [developers.miro.com](https://developers.miro.com/). This will take you to the app settings page. There you will find the `MIRO_CLIENT_ID` and `MIRO_CLIENT_SECRET` to be added to your `.env` file. Ensure that `boards:read` scope is checked, and then go ahead and install the app on your developer team. You will get an **access token** which you will need later to authenticate the creation of your webhook subscription.