From 5b356fd63f8c98cd8a501d0bb1fa296339277390 Mon Sep 17 00:00:00 2001 From: Patryk Zdunowski Date: Sat, 9 Aug 2025 16:45:20 +0200 Subject: [PATCH] fix(launchdarkly-client--README.md): fix typo - options -> ldOptions Signed-off-by: Patryk Zdunowski --- libs/providers/launchdarkly-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/providers/launchdarkly-client/README.md b/libs/providers/launchdarkly-client/README.md index 9a10ade31..5021ee17a 100644 --- a/libs/providers/launchdarkly-client/README.md +++ b/libs/providers/launchdarkly-client/README.md @@ -32,7 +32,7 @@ const ldOptions = { * you can change it using setContext. */ -const ldOpenFeatureProvider = new LaunchDarklyClientProvider(clientEnvKey, options); +const ldOpenFeatureProvider = new LaunchDarklyClientProvider(clientEnvKey, ldOptions); //set open feature provider and get client OpenFeature.setProvider(ldOpenFeatureProvider);