Skip to content

Commit ae13391

Browse files
author
Dave Riddle
committed
Updates README.md
1 parent 7a521b3 commit ae13391

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**toastr** is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.
33

44
## Current Version
5-
1.3.1
5+
2.0.1
66

77

88
## Demo
@@ -17,10 +17,9 @@ For other API calls, see the [demo](http://CodeSeven.github.com/toastr).
1717

1818
2. Add toastr to application.css and application.js:
1919

20-
*= require toastr.min
21-
*= require toastr-responsive
20+
*= require toastr
2221

23-
//= require toastr.min
22+
//= require toastr
2423

2524
3. use toastr to display a toast for info, success, warning or error
2625

@@ -55,7 +54,7 @@ Inspired by https://github.com/Srirangan/notifer.js/.
5554

5655
## Copyright
5756

58-
Copyright © 2012 [Hans Fjällemark](http://twitter.com/hfjallemark) & [John Papa](http://twitter.com/John_Papa).
57+
Copyright © 2013 [Hans Fjällemark](http://twitter.com/hfjallemark) & [John Papa](http://twitter.com/John_Papa).
5958

6059
## License
6160

0 commit comments

Comments
 (0)