Skip to content

Commit 7b80d91

Browse files
authored
Added CDNJS link
1 parent d9343a8 commit 7b80d91

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
@@ -16,11 +16,16 @@ Install the library from `bower` or `npm` package manager
1616
```
1717
Add `pretty.min.css` in your html
1818

19+
From CDN,
20+
```html
21+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pretty-checkbox/2.0.2/pretty.min.css"/>
22+
```
23+
or from the source,
1924
```html
2025
<link rel="stylesheet" href="../PATH/pretty-checkbox/src/pretty.min.css"/>
2126
```
2227

23-
or you can also import `pretty.scss` in your main scss file.
28+
You can also import `pretty.scss` in your main scss file.
2429
```scss
2530
@import '../PATH/pretty-checkbox/src/pretty.scss';
2631
```

0 commit comments

Comments
 (0)