From 978f8d734ba9d2d7a44fd941a6d9d30b82b07d00 Mon Sep 17 00:00:00 2001 From: Kanitkorn Sujautra Date: Fri, 2 Jul 2021 14:17:03 +0900 Subject: [PATCH] Remove '$' from the script in readme 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. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ce30c75..7b6b7e1 100644 --- a/readme.md +++ b/readme.md @@ -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.