Skip to content

Commit 28d1e01

Browse files
authored
chore: update README.md to include client provider import (#668)
Signed-off-by: Juan Bernal <[email protected]>
1 parent e18311f commit 28d1e01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/providers/launchdarkly-client/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ $ npm install @openfeature/launchdarkly-client-provider
1313
## Sample initialization
1414

1515
```ts
16+
import { LaunchDarklyClientProvider } from '@openfeature/launchdarkly-client-provider';
17+
1618
// initialize provider
1719
const clientEnvKey = 'LDEnvironmentID';
1820

0 commit comments

Comments
 (0)