Skip to content

Commit 91b952b

Browse files
committed
Format shell commands consistently
We can used fenced code blocks here to get some possible highlighting. Also, one of these commands had a `$` to designate the prompt but the other didn't. I decided to make them consistent.
1 parent 570301b commit 91b952b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ React specific linting rules for ESLint
99

1010
Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally.
1111

12-
npm install eslint
12+
```sh
13+
$ npm install eslint
14+
```
1315

1416
If you installed `ESLint` globally, you have to install React plugin globally too. Otherwise, install it locally.
1517

16-
$ npm install eslint-plugin-react
18+
```sh
19+
$ npm install eslint-plugin-react
20+
```
1721

1822
# Configuration
1923

0 commit comments

Comments
 (0)