diff --git a/README.md b/README.md index b857e3c..1b0cc0e 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,15 @@ Demo can be found at http://CodeSeven.github.com/toastr ###3 Easy Steps For other API calls, see the [demo](http://CodeSeven.github.com/toastr). -1. update gemfile: gem 'toastr-rails' +1. update gemfile: + + `gem 'toastr-rails'` 2. Add toastr to application.css and application.js: - *= require toastr + `*= require toastr` - //= require toastr + `//= require toastr` 3. use toastr to display a toast for info, success, warning or error @@ -58,4 +60,4 @@ Copyright © 2013 [Hans Fjällemark](http://twitter.com/hfjallemark) & [John Pap ## License -toastr is under MIT license - http://www.opensource.org/licenses/mit-license.php \ No newline at end of file +toastr is under MIT license - http://www.opensource.org/licenses/mit-license.php