diff --git a/docs/guides/first-dynamic-config.mdx b/docs/guides/first-dynamic-config.mdx index 3a0049464..45f16fbbb 100644 --- a/docs/guides/first-dynamic-config.mdx +++ b/docs/guides/first-dynamic-config.mdx @@ -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(", {}); +const client = new window.Statsig.StatsigClient("", {}); ``` Now, let's fetch our config and construct the banner: