Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/quick-starts/sdk-integration/creating-a-flag.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can also install the SDK with NPM or via a script tag. For more information,
<TabItem value="node" label="Node">

```bash
npm install @eppo/node-client-sdk
npm install @eppo/node-server-sdk
```

You can also install the Node SDK with NPM. For more information, see the [Node JS SDK](/sdks/server-sdks/node/intro) documentation.
Expand Down Expand Up @@ -129,7 +129,7 @@ If you are using React, we have some [React specific recommendations](/sdks/clie
<TabItem value="node" label="Node">

```javascript
import { init } from "@eppo/node-client-sdk";
import { init } from "@eppo/node-server-sdk";

await init({
apiKey: '<SDK_KEY>'
Expand Down