Skip to content

Commit 4db73e2

Browse files
docs: update version references to 0.0.5-next-1 (#30)
* update version references to 0.0.5-next-1
1 parent 24770c7 commit 4db73e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ By standardizing test results, reports can be validated, merged, compared, and a
2424
Use `npx` to run the CLI without installing:
2525

2626
```bash
27-
npx ctrf-cli@0.0.5 validate report.json
27+
npx ctrf-cli@0.0.5-next-1 validate report.json
2828
```
2929

3030
### Global Installation
3131

3232
Or install globally for repeated use:
3333

3434
```bash [npm]
35-
npm install -g ctrf-cli@0.0.5
35+
npm install -g ctrf-cli@0.0.5-next-1
3636
```
3737

3838
After global installation, use the `ctrf` command:

0 commit comments

Comments
 (0)