We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18311f commit 28d1e01Copy full SHA for 28d1e01
libs/providers/launchdarkly-client/README.md
@@ -13,6 +13,8 @@ $ npm install @openfeature/launchdarkly-client-provider
13
## Sample initialization
14
15
```ts
16
+import { LaunchDarklyClientProvider } from '@openfeature/launchdarkly-client-provider';
17
+
18
// initialize provider
19
const clientEnvKey = 'LDEnvironmentID';
20
0 commit comments