We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fe55b commit cbf803cCopy full SHA for cbf803c
README.md
@@ -10,16 +10,16 @@ You'll first need to install [ESLint](http://eslint.org):
10
$ npm install eslint --save-dev
11
```
12
13
-Next, install `eslint-plugin-prettier`:
+Next, install `prettier`:
14
15
16
-$ npm install eslint-plugin-prettier --save-dev
+$ npm install prettier --save-dev
17
18
19
-Finally, install `prettier`:
+Finally, install `eslint-plugin-prettier`:
20
21
22
-$ npm install prettier --save-dev
+$ npm install eslint-plugin-prettier --save-dev
23
24
25
**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-prettier` globally.
0 commit comments