Skip to content

Commit de8bdb7

Browse files
authored
docs: fix casing for OpenFeature reference in code example
1 parent 709a49b commit de8bdb7

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)