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 7bd9fdf commit abdb738Copy full SHA for abdb738
README.md
@@ -45,7 +45,7 @@ Include the JS file from the src folder before the `</body>`:
45
warningAlert('Warning', 'Warning!'); //yellow alert
46
```
47
```javascript
48
- blackAlert('Warning', 'Warning!'); //blue alert
+ blackAlert('Warning', 'Warning!'); //black alert (obviously)
49
50
51
imageAlert('http://mydomain.com/myimg.jpg'); //optional second param is the image width (defaults to auto)
0 commit comments