Skip to content

Commit

Permalink
Update first-dynamic-config.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-statsig authored Dec 13, 2024
1 parent 66b1112 commit aaf9def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/first-dynamic-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Now let's use this Dynamic Config to create a different landing page experience
After adding the SDK to the webpage via the [jsdelivr cdn](https://www.jsdelivr.com/package/npm/@statsig/js-client), we initialize the SDK:

```js
const client = new window.Statsig.StatsigClient("<CLIENT-SDK-KEY>, {});
const client = new window.Statsig.StatsigClient("<CLIENT-SDK-KEY>", {});
```

Now, let's fetch our config and construct the banner:
Expand Down

0 comments on commit aaf9def

Please sign in to comment.