Skip to content

Commit

Permalink
Docs: Change the order of dependencies install (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
louim authored and not-an-aardvark committed Apr 13, 2017
1 parent 40fe55b commit cbf803c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ You'll first need to install [ESLint](http://eslint.org):
$ npm install eslint --save-dev
```

Next, install `eslint-plugin-prettier`:
Next, install `prettier`:

```
$ npm install eslint-plugin-prettier --save-dev
$ npm install prettier --save-dev
```

Finally, install `prettier`:
Finally, install `eslint-plugin-prettier`:

```
$ npm install prettier --save-dev
$ npm install eslint-plugin-prettier --save-dev
```

**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-prettier` globally.
Expand Down

0 comments on commit cbf803c

Please sign in to comment.