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.
2 parents 71b5534 + de8bdb7 commit b14f29bCopy full SHA for b14f29b
README.md
@@ -31,7 +31,7 @@ const OpenFeatureSplitProvider = require('@splitsoftware/openfeature-js-split-pr
31
const authorizationKey = 'your auth key'
32
const splitClient = SplitFactory({core: {authorizationKey}}).client();
33
const provider = new OpenFeatureSplitProvider({splitClient});
34
-openFeature.setProvider(provider);
+OpenFeature.setProvider(provider);
35
```
36
37
## Use of OpenFeature with Split
0 commit comments