File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,19 +8,15 @@ This repository hosts Browser and React Native clients for Datadog's OpenFeature
88
99### For Customers (Recommended)
1010
11- ** We recommend pinning to an exact preview version for stability :**
11+ ** We do not recommend pinning to an exact _ preview _ version:**
1212
13- ``` bash
14- npm install @datadog/openfeature-browser@0.1.0-preview.1
15- ```
16-
17- Or use the ` preview ` tag for the latest preview version (less stable):
13+ Use the ` preview ` tag for the latest preview version:
1814
1915``` bash
2016npm install @datadog/openfeature-browser@preview
2117```
2218
23- This will install the latest preview version (currently ` 0.1.0-preview.x ` ) .
19+ This will install the latest _ preview _ version.
2420
2521### For Internal Development
2622
@@ -30,14 +26,14 @@ Use the `alpha` tag for internal builds (not guaranteed to be stable):
3026npm install @datadog/openfeature-browser@alpha
3127```
3228
33- This will install the latest alpha version (currently ` 0.1.0-alpha.x ` ) .
29+ This will install the latest _ alpha _ version.
3430
3531### Specific Version
3632
37- You can also install a specific version:
33+ You can also install a specific _ preview _ version:
3834
3935``` bash
40- npm install @datadog/openfeature-browser@0.1.0-preview.1
36+ npm install @datadog/openfeature-browser@0.1.0-preview.x
4137```
4238
4339## Quick Start
You can’t perform that action at this time.
0 commit comments