Skip to content

Commit ef03d75

Browse files
committed
point README to @Preview
1 parent 8ab0d52 commit ef03d75

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff 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
2016
npm 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):
3026
npm 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

0 commit comments

Comments
 (0)