Skip to content

Commit

Permalink
Fix npm install command in readme (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev authored and sindresorhus committed Dec 18, 2018
1 parent 7b6e578 commit 2e72fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -65,7 +65,7 @@ yarn add ava --dev
Alternatively you can install `ava` manually:

```console
npm install --save-dev
npm install --save-dev ava
```

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

0 comments on commit 2e72fe7

Please sign in to comment.