Skip to content

Commit 1a5ad85

Browse files
Update _index.md (#32971)
Remove `preview` tag from feature flag npm installation.
1 parent d001818 commit 1a5ad85

File tree

1 file changed

+1
-1
lines changed
  • content/en/getting_started/feature_flags

1 file changed

+1
-1
lines changed

content/en/getting_started/feature_flags/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ First, install `@datadog/openfeature-browser`, `@openfeature/web-sdk`, and `@ope
4444

4545

4646
```
47-
yarn add @datadog/openfeature-browser@preview @openfeature/web-sdk @openfeature/core
47+
yarn add @datadog/openfeature-browser @openfeature/web-sdk @openfeature/core
4848
```
4949

5050
Then, add the following to your project to initialize the SDK:

0 commit comments

Comments
 (0)