Skip to content

Commit 97ed521

Browse files
authored
Add yarn install
1 parent 8c5ea98 commit 97ed521

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ There are 5 predefined custom classes in CSS: `.tooltip-primary`, `.tooltip-succ
1313
To install latest version via `npm` run:
1414

1515
```
16-
$ npm install bootstrap-tooltip-custom-class
16+
npm install bootstrap-tooltip-custom-class
17+
```
18+
or via `yarn` run:
19+
20+
```
21+
yarn add bootstrap-tooltip-custom-class
1722
```
1823

1924
## Setup

0 commit comments

Comments
 (0)