Skip to content

Commit 7f737dd

Browse files
author
Josh Sirota
committed
Fix readme
1 parent 921959c commit 7f737dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Below is a simple example that describes the instantiation of the Split Provider
1313
```js
1414
const OpenFeature = require('@openfeature/js-sdk').OpenFeature;
1515
const SplitFactory = require('@splitsoftware/splitio').SplitFactory;
16-
const OpenFeatureSplitProvider = require('@splitsoftware/openfeature-nodejs-split-provider').OpenFeatureSplitProvider;
16+
const OpenFeatureSplitProvider = require('@splitsoftware/openfeature-js-split-provider').OpenFeatureSplitProvider;
1717

1818
splitClient = SplitFactory({core: {authorizationKey: 'localhost'}}).client();
1919
provider = new OpenFeatureSplitProvider({splitClient});

0 commit comments

Comments
 (0)