Skip to content

Commit

Permalink
(chore): fix README.md (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun-del authored Nov 19, 2024
1 parent 472bac9 commit 9a0382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const authorizeUrl = WebflowClient.authorizeURL({
state: "your_state",
scope: "sites:read",
clientId: "your_client_id",
redirctUri: "your_redirect_uri",
redirectUri: "your_redirect_uri",
});

console.log(authorizeUrl);
Expand Down

0 comments on commit 9a0382b

Please sign in to comment.