Skip to content

Commit 51b6d75

Browse files
lg/node-init-typo (#612)
1 parent 82de918 commit 51b6d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdks/server-sdks/node/quickstart.mdx

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

5858

5959
```ts
60-
import init from "@eppo/node-server-sdk";
60+
import { init } from "@eppo/node-server-sdk";
6161

6262
await init({
6363
apiKey: "SDK_KEY",
@@ -314,4 +314,4 @@ Now that you've seen how to make assignments with the Eppo JavaScript SDK, we st
314314

315315
- [High Level concepts for the client API](/sdks/server-sdks)
316316
- [Initialization Configuration](/sdks/server-sdks/node/initialization)
317-
- [Assignment details](/sdks/server-sdks/node/assignments)
317+
- [Assignment details](/sdks/server-sdks/node/assignments)

0 commit comments

Comments
 (0)