We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c35f7 commit 53c8408Copy full SHA for 53c8408
README.md
@@ -1,9 +1,9 @@
1
# vue-test-utils
2
3
-## Currently not published on npm
4
-To use vue-test-utils pre-release:
+## Currently in beta
+To use vue-test-utils beta:
5
```
6
-npm install --save-dev https://github.com/vuejs/vue-test-utils/
+npm install --save-dev vue-test-utils@1.0.0-beta
7
8
9
## Intro
@@ -12,7 +12,7 @@ npm install --save-dev https://github.com/vuejs/vue-test-utils/
12
13
## Documentation
14
15
-Refer to [documentation](https://vuejs.github.io/vue-test-utils/)
+Refer to [documentation](https://vue-test-utils.vuejs.org/)
16
17
## Examples
18
0 commit comments