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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 695eb42..1bc2eac 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ Default stylelint config used by Bootstrap.
## Installation
```bash
-npm install stylelint-config-bootstrap --save-dev
+npm install stylelint-config-twbs-bootstrap --save-dev
# Or with yarn:
-yarn add stylelint-config-bootstrap --dev
+yarn add stylelint-config-twbs-bootstrap --dev
```
## Usage