Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jorgensen committed Dec 19, 2015
1 parent 06d3273 commit b033194
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ An awesome replacement for JavaScript's alert.
Demo
----

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

Usage
-----

**Be sure to include lib/css/animations.css in your app.**

You can install SweetAlert through npm:

```bash
Expand All @@ -25,6 +23,10 @@ npm install react-bootstrap-sweetalert
var SweetAlert = require('react-bootstrap-sweetalert');
```

```javascript
Be sure to include lib/css/animations.css in your app.
```


Examples
--------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-sweetalert",
"version": "1.1.9",
"version": "1.1.10",
"description": "A variant of sweetalert for use with React and Bootstrap",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b033194

Please sign in to comment.