We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921959c commit 7f737ddCopy full SHA for 7f737dd
README.md
@@ -13,7 +13,7 @@ Below is a simple example that describes the instantiation of the Split Provider
13
```js
14
const OpenFeature = require('@openfeature/js-sdk').OpenFeature;
15
const SplitFactory = require('@splitsoftware/splitio').SplitFactory;
16
-const OpenFeatureSplitProvider = require('@splitsoftware/openfeature-nodejs-split-provider').OpenFeatureSplitProvider;
+const OpenFeatureSplitProvider = require('@splitsoftware/openfeature-js-split-provider').OpenFeatureSplitProvider;
17
18
splitClient = SplitFactory({core: {authorizationKey: 'localhost'}}).client();
19
provider = new OpenFeatureSplitProvider({splitClient});
0 commit comments