README.md in bootstrap-modal-rails-2.1 vs README.md in bootstrap-modal-rails-2.1.1

- old
+ new

@@ -27,21 +27,27 @@ ## Usage ### Stylesheets ```sass -@import bootstrap-modal +//=require bootstrap-modal ``` ### Javascripts + ```coffeescript #= require bootstrap-modal #= require bootstrap-modalmanager ``` +```javascript +//= require bootstrap-modal +//= require bootstrap-modalmanager +``` + ## Versioning -This gem will directly track the semantic versioning releases of the [https://github.com/jschr/bootstrap-modal](Bootstrap Modal) project. +This gem will directly track the semantic versioning releases of the [Bootstrap Modal](https://github.com/jschr/bootstrap-modal) project. If it should be necessary a build number will be added to the version to mark releases specific to this gem. ## Note on Patches / Pull Requests 1. Fork the project. 2. Make your feature addition or bug fix.