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
  • Loading branch information
ryandialpad committed Jul 26, 2022
1 parent 29c3507 commit eea84e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/index.md
Original file line number Diff line number Diff line change
@@ -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 eea84e0

Please sign in to comment.