Skip to content

Commit 954c3c3

Browse files
Austioeddyerburgh
authored andcommitted
docs: bump beta version in documentation (#72)
1 parent 2a4e12e commit 954c3c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
## Currently in beta
44
To use vue-test-utils beta:
55
```
6-
npm install --save-dev vue-test-utils@1.0.0-beta
6+
// npm
7+
npm install --save-dev vue-test-utils@1.0.0-beta.1
8+
9+
// yarn
10+
yarn add --dev vue-test-utils@1.0.0-beta.1
711
```
812

913
## Intro

0 commit comments

Comments
 (0)