Skip to content

Commit 2e72fe7

Browse files
fitztrevsindresorhus
authored andcommitted
Fix npm install command in readme (#2001)
1 parent 7b6e578 commit 2e72fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ yarn add ava --dev
6565
Alternatively you can install `ava` manually:
6666

6767
```console
68-
npm install --save-dev
68+
npm install --save-dev ava
6969
```
7070

7171
Don't forget to configure the `test` script in your `package.json` as per above.

0 commit comments

Comments
 (0)