Skip to content

Commit fb725ac

Browse files
author
Shane Stebner
committed
Update README.md
1 parent abdb738 commit fb725ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ Include the JS file from the src folder before the `</body>`:
5959
```javascript
6060
iframeAlert('http://mydomain.com'); //optional second param is height (defaults to fill the viewport height)
6161
```
62-
6362
```javascript
64-
confirm(function(){ //override is enabled by default
63+
confirm(function(){
6564
console.log('confirmed!');
6665
}, function(){
6766
console.log('denied');

0 commit comments

Comments
 (0)