Skip to content

Commit 53c8408

Browse files
authored
docs: add beta to README
1 parent 29c35f7 commit 53c8408

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# vue-test-utils
22

3-
## Currently not published on npm
4-
To use vue-test-utils pre-release:
3+
## Currently in beta
4+
To use vue-test-utils beta:
55
```
6-
npm install --save-dev https://github.com/vuejs/vue-test-utils/
6+
npm install --save-dev vue-test-utils@1.0.0-beta
77
```
88

99
## Intro
@@ -12,7 +12,7 @@ npm install --save-dev https://github.com/vuejs/vue-test-utils/
1212

1313
## Documentation
1414

15-
Refer to [documentation](https://vuejs.github.io/vue-test-utils/)
15+
Refer to [documentation](https://vue-test-utils.vuejs.org/)
1616

1717
## Examples
1818

0 commit comments

Comments
 (0)