Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
craftpip authored Feb 21, 2017
1 parent 297089c commit d73d6bb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ View Detailed [Documentation & Examples](http://craftpip.github.io/jquery-confir

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

via Bower: <br>
via CDN:
`<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.0/jquery-confirm.min.css">`
`<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.0/jquery-confirm.min.css"></script>`

via Bower:
`$ bower install craftpip/jquery-confirm`

via NPM:
`$ npm install jquery-confirm`

##Basic Usage

Showing a confirm box.
Expand Down

0 comments on commit d73d6bb

Please sign in to comment.