Skip to content

Commit caf55eb

Browse files
committed
chore: update installation and docs link [ci skip]
1 parent 84cf559 commit caf55eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue Test Utils [![Build Status](https://circleci.com/gh/vuejs/vue-test-utils/tree/dev.png?style=shield)](https://circleci.com/gh/vuejs/vue-test-utils)
22

3-
Vue Test Utils is the official testing library for Vue.js.
3+
Component testing utils for Vue 2.
44

55
## Packages
66

@@ -12,8 +12,8 @@ This repository provides the following two packages:
1212
You can install these packages by the following command.
1313

1414
```
15-
npm install --save-dev @vue/test-utils
16-
npm install --save-dev @vue/server-test-utils
15+
npm install --save-dev @vue/test-utils@1
16+
npm install --save-dev @vue/server-test-utils@1
1717
```
1818

1919
## Peer Dependencies
@@ -26,15 +26,15 @@ npm install --save-dev vue-template-compiler
2626

2727
## Documentation
2828

29-
Refer to the [documentation](https://vue-test-utils.vuejs.org/)
29+
Refer to the [documentation](https://v1.test-utils.vuejs.org/)
3030

3131
## Questions
3232

3333
For questions and support please use the [Discord chat room](https://vue-land.js.org/) or [the official forum](http://forum.vuejs.org). The issue list of this repo is **exclusively** for bug reports and feature requests.
3434

3535
## Issues
3636

37-
Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
37+
Please make sure to read the issue reporting requirements before opening an issue. Issues not conforming to the guidelines may be closed immediately.
3838

3939
## Contribution
4040

0 commit comments

Comments
 (0)