Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Remove '$' from the script in readme
Browse files Browse the repository at this point in the history
With the GitHub built-in way to copy a script by clicking a button, the '$' sign is preventing the copied script from being used out-of-the-box.
  • Loading branch information
lukyth committed Jul 2, 2021
1 parent 53f56c1 commit 978f8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Turns off all rules that are unnecessary or might conflict with Prettier. This l
Install `stylelint-config-prettier`:

```
$ npm install --save-dev stylelint-config-prettier
npm install --save-dev stylelint-config-prettier
```

Then, append `stylelint-config-prettier` to the [`extends` array](https://stylelint.io/user-guide/configuration/#extends) in your `.stylelintrc.*` file. Make sure to put it **last,** so it will override other configs.
Expand Down

0 comments on commit 978f8d7

Please sign in to comment.