Skip to content

Commit 82de918

Browse files
lg/js-init-type (#611)
1 parent 9e093cb commit 82de918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdks/client-sdks/javascript/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ First, initialize the SDK using your SDK key. The SDK key is different from the
7070

7171

7272
```js
73-
import init from "@eppo/js-client-sdk";
73+
import { init } from "@eppo/js-client-sdk";
7474

7575
await init({
7676
apiKey: "SDK_KEY",
@@ -346,4 +346,4 @@ Now that you've seen how to make assignments with the Eppo JavaScript SDK, we st
346346
- [Initialization Configuration](/sdks/client-sdks/javascript/Initialization)
347347
- [Assignment details](/sdks/client-sdks/javascript/assignments)
348348
- [Using the SDK with React](/sdks/client-sdks/javascript/react)
349-
- [Using the SDK with Next.js](/sdks/client-sdks/javascript/nextjs-setup) if you are using Next.js
349+
- [Using the SDK with Next.js](/sdks/client-sdks/javascript/nextjs-setup) if you are using Next.js

0 commit comments

Comments
 (0)