Skip to content

Commit 359edeb

Browse files
authored
Npm support
1 parent a29307f commit 359edeb

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
@@ -6,13 +6,16 @@ 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 or npm package manager
9+
Install the library from `bower` or `npm` package manager
1010

1111
```sh
1212
> bower install pretty-checkbox
13+
```
14+
```sh
1315
> npm install pretty-checkbox
1416
```
1517
Add `pretty.min.css` in your html
18+
1619
```html
1720
<link rel="stylesheet" href="../PATH/pretty-checkbox/src/pretty.min.css"/>
1821
```
@@ -21,6 +24,8 @@ or you can also import `pretty.scss` in your main scss file.
2124
```scss
2225
@import '../PATH/pretty-checkbox/src/pretty.scss';
2326
```
27+
`PATH` is where the library is downloaded.
28+
2429
Checkbox markup,
2530
```html
2631
<div class="pretty">

0 commit comments

Comments
 (0)