Skip to content

Commit bacc5af

Browse files
committed
2 parents 6101c9a + 359edeb commit bacc5af

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,26 @@ 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+
```
14+
```sh
15+
> npm install pretty-checkbox
1316
```
1417
Add `pretty.min.css` in your html
18+
1519
```html
16-
<link rel="stylesheet" href="../bower_components/pretty-checkbox/src/pretty.min.css"/>
20+
<link rel="stylesheet" href="../PATH/pretty-checkbox/src/pretty.min.css"/>
1721
```
1822

1923
or you can also import `pretty.scss` in your main scss file.
2024
```scss
21-
@import '../bower_components/pretty-checkbox/src/pretty.scss';
25+
@import '../PATH/pretty-checkbox/src/pretty.scss';
2226
```
27+
`PATH` is where the library is downloaded.
28+
2329
Checkbox markup,
2430
```html
2531
<div class="pretty">

0 commit comments

Comments
 (0)