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:
authorXhmikosR <xhmikosr@gmail.com>2019-01-10 16:38:40 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-10 16:38:40 +0300
commite62e85029ba2d70463edbaca8865360e0e269798 (patch)
tree553c299e8ff1abb0f301594bb52236d1d7ad3469 /README.md
parent7a284dca793019ba5cddf42dbf951aa4a2521a81 (diff)
Update meta after the package rename.
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"
}
```