We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01b166 commit 3b1ad3cCopy full SHA for 3b1ad3c
README.md
@@ -29,7 +29,7 @@ const webflow = new Webflow({ token: "[ACCESS TOKEN]" });
29
30
// fully loaded
31
const webflow = new Webflow({
32
- token: "[ACCESS TOKEN]"
+ token: "[ACCESS TOKEN]",
33
version: "1.0.0",
34
mode: "cors",
35
headers: {
0 commit comments