Skip to content

Commit 77488fa

Browse files
committed
fixed readme installation js to sh
1 parent 78ceae3 commit 77488fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This module renames all CSS selectors in the given files. It will collect all se
1919

2020
Install with [npm](https://docs.npmjs.com/cli/install) or [yarn](https://yarnpkg.com/en/docs/install)
2121

22-
```js
22+
```sh
2323
npm install --save rename-css-selectors
2424
```
2525
or
26-
```js
26+
```sh
2727
yarn add rename-css-selectors
2828
```
2929

@@ -216,4 +216,4 @@ rcs.includeConfig()
216216
217217
# LICENSE
218218
219-
MIT © [Jan Peer Stöcklmair](https://www.jpeer.at)
219+
MIT © [Jan Peer Stöcklmair](https://www.jpeer.at)

0 commit comments

Comments
 (0)