Skip to content

Commit

Permalink
chore: update README.md to include client provider import (#668)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Bernal <[email protected]>
  • Loading branch information
juanparadox authored Nov 28, 2023
1 parent e18311f commit 28d1e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/providers/launchdarkly-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ $ npm install @openfeature/launchdarkly-client-provider
## Sample initialization

```ts
import { LaunchDarklyClientProvider } from '@openfeature/launchdarkly-client-provider';

// initialize provider
const clientEnvKey = 'LDEnvironmentID';

Expand Down

0 comments on commit 28d1e01

Please sign in to comment.