Skip to content

Commit d73d6bb

Browse files
authored
Update README.md
1 parent 297089c commit d73d6bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@ View Detailed [Documentation & Examples](http://craftpip.github.io/jquery-confir
1717

1818
Download the latest release [here](https://github.com/craftpip/jquery-confirm/archive/master.zip) and use the files within `dist` folder.
1919

20-
via Bower: <br>
20+
via CDN:
21+
`<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.0/jquery-confirm.min.css">`
22+
`<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.0/jquery-confirm.min.css"></script>`
23+
24+
via Bower:
2125
`$ bower install craftpip/jquery-confirm`
2226

27+
via NPM:
28+
`$ npm install jquery-confirm`
29+
2330
##Basic Usage
2431

2532
Showing a confirm box.

0 commit comments

Comments
 (0)