Skip to content

Commit b033194

Browse files
author
Daniel Jorgensen
committed
updated README
1 parent 06d3273 commit b033194

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ An awesome replacement for JavaScript's alert.
88
Demo
99
----
1010

11-
[See the demo site here!](http://djorg.info/react-bootstrap-sweet-alert-demo/)
11+
[See the demo site here, with basic examples, and a sandbox for testing your own!](http://djorg.info/react-bootstrap-sweet-alert-demo/)
1212

1313
Usage
1414
-----
1515

16-
**Be sure to include lib/css/animations.css in your app.**
17-
1816
You can install SweetAlert through npm:
1917

2018
```bash
@@ -25,6 +23,10 @@ npm install react-bootstrap-sweetalert
2523
var SweetAlert = require('react-bootstrap-sweetalert');
2624
```
2725

26+
```javascript
27+
Be sure to include lib/css/animations.css in your app.
28+
```
29+
2830

2931
Examples
3032
--------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap-sweetalert",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "A variant of sweetalert for use with React and Bootstrap",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)