Skip to content

Commit b14f29b

Browse files
Merge pull request #5 from tcarrio/docs/readme-casing-fix
docs: fix casing for OpenFeature reference in code example
2 parents 71b5534 + de8bdb7 commit b14f29b

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
@@ -31,7 +31,7 @@ const OpenFeatureSplitProvider = require('@splitsoftware/openfeature-js-split-pr
3131
const authorizationKey = 'your auth key'
3232
const splitClient = SplitFactory({core: {authorizationKey}}).client();
3333
const provider = new OpenFeatureSplitProvider({splitClient});
34-
openFeature.setProvider(provider);
34+
OpenFeature.setProvider(provider);
3535
```
3636

3737
## Use of OpenFeature with Split

0 commit comments

Comments
 (0)