Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1bc2eac..ab7b60a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# stylelint-config-bootstrap
+# stylelint-config-twbs-bootstrap
Default stylelint config used by Bootstrap.
@@ -18,7 +18,7 @@ We provide a config for both CSS and SCSS. You can choose which one you would li
```json
{
- "extends": "stylelint-config-bootstrap/css"
+ "extends": "stylelint-config-twbs-bootstrap/css"
}
```
@@ -26,6 +26,6 @@ We provide a config for both CSS and SCSS. You can choose which one you would li
```json
{
- "extends": "stylelint-config-bootstrap/scss"
+ "extends": "stylelint-config-twbs-bootstrap/scss"
}
```