Skip to content

Commit e890f6e

Browse files
committed
added Yarn install
1 parent f14f63f commit e890f6e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Checkbox replacement using stylish bootstrap-4 switch button.
66

7-
Lightweight (14kb), self-contained, compiled as a single common js file for easy webpack integration.
7+
Lightweight (15kb), self-contained, compiled as a single CommonJS file for easy webpack integration.
88

99
**************************************************************************************************
1010

@@ -26,10 +26,14 @@ Project
2626

2727

2828
# Installation
29+
NPM
2930
```bash
3031
npm i bootstrap-switch-button-react --save-dev
3132
```
32-
33+
Yarn
34+
```bash
35+
yard add bootstrap-switch-button-react
36+
```
3337

3438
# Usage
3539
Keep `state` in sync using the `onChange` function property

0 commit comments

Comments
 (0)