Skip to content

Commit

Permalink
docs: update open feature refs to newer package (#1333)
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Ribeiro <[email protected]>
  • Loading branch information
luizgribeiro authored Dec 6, 2023
1 parent ba95173 commit 3bde567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/getting_started/using-openfeature.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ _In this example we are using the javascript SDK, but it is still relevant for a
### Install dependencies

```shell
npm i @openfeature/js-sdk @openfeature/go-feature-flag-provider
npm i @openfeature/server-sdk @openfeature/go-feature-flag-provider
```

### Init your Open Feature client

In your app initialization you have to create a client using the Open Feature SDK and initialize it.

```javascript
const {OpenFeature} = require("@openfeature/js-sdk");
const {OpenFeature} = require("@openfeature/server-sdk");
const {GoFeatureFlagProvider} = require("@openfeature/go-feature-flag-provider");
Expand Down

0 comments on commit 3bde567

Please sign in to comment.