Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 04889cc

Browse files
committed
Update usage
1 parent b583786 commit 04889cc

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
@@ -14,10 +14,10 @@ Install the package:
1414
npm install -DE eslint-config-simple-icons
1515
```
1616

17-
Add `simple-icons-eslint` to the `extends` array of the _.eslintrc.json_ file:
17+
Set `simple-icons` in the `extends` property of the _.eslintrc.json_ file:
1818

1919
```json
2020
{
21-
"extends": ["simple-icons-eslint"]
21+
"extends": "simple-icons"
2222
}
2323
```

0 commit comments

Comments
 (0)