Skip to content

Commit e0bf124

Browse files
authored
Correct package name in code samples. (#9)
1 parent a824cf5 commit e0bf124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ This version of the LaunchDarkly OpenFeature provider is compatible with Node.js
2323
```
2424
npm install @openfeature/js-sdk
2525
npm install launchdarkly-node-server-sdk
26-
npm install @launchdarkly/open-feature-node
26+
npm install @launchdarkly/openfeature-node-server
2727
```
2828

2929
### Usage
3030
```
3131
import { OpenFeature } from '@openfeature/js-sdk';
3232
import { init } from 'launchdarkly-node-server-sdk';
33-
import { LaunchDarklyProvider } from 'open-feature-node';
33+
import { LaunchDarklyProvider } from '@launchdarkly/openfeature-node-server';
3434
3535
3636
const ldClient = init('<your-sdk-key>');

0 commit comments

Comments
 (0)