We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e050702 commit 17b6dc4Copy full SHA for 17b6dc4
README.md
@@ -18,11 +18,11 @@ View Detailed [Documentation & Examples](http://craftpip.github.io/jquery-confir
18
Download the latest release [here](https://github.com/craftpip/jquery-confirm/archive/master.zip) and use the files within `dist` folder.
19
20
via Bower: <br>
21
-`$ bower install craftpip/jquery-confirm` <br>
+`$ bower install craftpip/jquery-confirm`
22
23
##Basic Usage
24
25
-How to respond to user action
+Showing a confirm box.
26
```js
27
$.confirm({
28
title: 'What is up?',
0 commit comments