Skip to content

Commit abdb738

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Include the JS file from the src folder before the `</body>`:
4545
warningAlert('Warning', 'Warning!'); //yellow alert
4646
```
4747
```javascript
48-
blackAlert('Warning', 'Warning!'); //blue alert
48+
blackAlert('Warning', 'Warning!'); //black alert (obviously)
4949
```
5050
```javascript
5151
imageAlert('http://mydomain.com/myimg.jpg'); //optional second param is the image width (defaults to auto)

0 commit comments

Comments
 (0)