Skip to content

Commit

Permalink
docs: Added better installation method to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored and danharper committed Nov 27, 2016
1 parent 8f355c2 commit b8f8412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .README/README.md
Expand Up @@ -17,9 +17,9 @@
<!-- -->

```sh
npm install eslint
npm install babel-eslint
npm install eslint-plugin-flowtype
npm install eslint --save-dev
npm install babel-eslint --save-dev
npm install eslint-plugin-flowtype --save-dev
```

## Configuration
Expand Down

0 comments on commit b8f8412

Please sign in to comment.