webflow / js-webflow-api

Node.js SDK for the Webflow Data API
https://www.npmjs.com/package/webflow-api
285 stars 92 forks source link

Fix incorrect parameters in docs/README #146

Open Jun-del opened 1 month ago

Jun-del commented 1 month ago

Fix typo in WebflowClient.authorizeURL params

const authorizeUrl = WebflowClient.authorizeURL({
    state: "your_state",
    scope: "sites:read",
    clientId: "your_client_id",
    redirctUri: "your_redirect_uri",  // --> rename to redirectUri
  });