Skip to content

Commit

Permalink
docs: update installation docs to use latest version instead of outda…
Browse files Browse the repository at this point in the history
…ted next version (#1693)
  • Loading branch information
ryandialpad committed Jul 27, 2022
1 parent 29c3507 commit 2f913ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/index.md
@@ -1,10 +1,10 @@
# Installation

```bash
npm install --save-dev @vue/test-utils@next
npm install --save-dev @vue/test-utils

# or
yarn add --dev @vue/test-utils@next
yarn add --dev @vue/test-utils
```

## Usage
Expand Down

0 comments on commit 2f913ac

Please sign in to comment.