Skip to content

Commit a29307f

Browse files
authored
Update README.md
1 parent 33114a1 commit a29307f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@ Check it out the [Demo](https://lokesh-coder.github.io/pretty-checkbox/) for com
66

77
### Get started
88

9-
Install the library from bower
9+
Install the library from bower or npm package manager
1010

1111
```sh
12-
$ bower install pretty-checkbox
12+
> bower install pretty-checkbox
13+
> npm install pretty-checkbox
1314
```
1415
Add `pretty.min.css` in your html
1516
```html
16-
<link rel="stylesheet" href="../bower_components/pretty-checkbox/src/pretty.min.css"/>
17+
<link rel="stylesheet" href="../PATH/pretty-checkbox/src/pretty.min.css"/>
1718
```
1819

1920
or you can also import `pretty.scss` in your main scss file.
2021
```scss
21-
@import '../bower_components/pretty-checkbox/src/pretty.scss';
22+
@import '../PATH/pretty-checkbox/src/pretty.scss';
2223
```
2324
Checkbox markup,
2425
```html

0 commit comments

Comments
 (0)