Skip to content

Commit cbf803c

Browse files
louimnot-an-aardvark
authored andcommitted
Docs: Change the order of dependencies install (#13)
1 parent 40fe55b commit cbf803c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ You'll first need to install [ESLint](http://eslint.org):
1010
$ npm install eslint --save-dev
1111
```
1212

13-
Next, install `eslint-plugin-prettier`:
13+
Next, install `prettier`:
1414

1515
```
16-
$ npm install eslint-plugin-prettier --save-dev
16+
$ npm install prettier --save-dev
1717
```
1818

19-
Finally, install `prettier`:
19+
Finally, install `eslint-plugin-prettier`:
2020

2121
```
22-
$ npm install prettier --save-dev
22+
$ npm install eslint-plugin-prettier --save-dev
2323
```
2424

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

0 commit comments

Comments
 (0)