From de8bdb7330dbecf390e3722d6f405be76474d0fa Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Mon, 7 Aug 2023 21:46:31 -0400 Subject: [PATCH] docs: fix casing for OpenFeature reference in code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f1d77e..1978108 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ const OpenFeatureSplitProvider = require('@splitsoftware/openfeature-js-split-pr const authorizationKey = 'your auth key' const splitClient = SplitFactory({core: {authorizationKey}}).client(); const provider = new OpenFeatureSplitProvider({splitClient}); -openFeature.setProvider(provider); +OpenFeature.setProvider(provider); ``` ## Use of OpenFeature with Split