Skip to content

Commit

Permalink
docs: fix README.md for flipt-web provider (#1053)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael <[email protected]>
  • Loading branch information
kidzki authored Sep 16, 2024
1 parent a4adca4 commit 29c3669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/providers/flipt-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install @openfeature/web-sdk @openfeature/flipt-web-provider
To initialize the OpenFeature client with Flipt, you can use the following code snippet:

```ts
import { FliptWebProvider } from '@openfeature/flipt-web';
import { FliptWebProvider } from '@openfeature/flipt-web-provider';

const provider = new FliptWebProvider('namespace-of-choice', { url: 'http://your.upstream.flipt.host' });
await OpenFeature.setProviderAndWait(provider);
Expand Down

0 comments on commit 29c3669

Please sign in to comment.