Skip to content

Commit 98a5c9e

Browse files
ckknightBrainMaestro
authored andcommitted
Fix a typo in README.md (#2)
1 parent 7b3de67 commit 98a5c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ npm i eslint --save-dev
1515
Next, install `eslint-plugin-optimize-regex`:
1616

1717
```
18-
npm install eslint-plugin-eslint-optimize-regex --save-dev
18+
npm install eslint-plugin-optimize-regex --save-dev
1919
```
2020

21-
**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin--optimize-regex` globally.
21+
**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-optimize-regex` globally.
2222

2323
## Usage
2424

0 commit comments

Comments
 (0)