README.md in humane-rails-2.2.6.0.1.0 vs README.md in humane-rails-2.7.1.0.1.0
- old
+ new
@@ -6,16 +6,32 @@
|_| |_|\__,_|_| |_| |_|\__,_|_| |_|\___| |_| \__,_|_|_|___/
</pre>
This is a gemified version of Marc Harter's humane-js library. See http://wavded.github.com/humane-js/ for more details.
+[![Build Status](https://secure.travis-ci.org/harrigan/humane-rails.png)](http://travis-ci.org/harrigan/humane-rails)
+
## Instructions
Add the following to your Gemfile:
+
`gem "humane-rails"`
-Then add the following to your application.js manifest:
+Then add the following to your application.js:
+
`//= require humane`
+
+and one of the following to your application.css:
+
+`*= require original`
+
+`*= require libnotify`
+
+`*= require bigbox`
+
+`*= require boldlight`
+
+`*= require jackedup`
Don't forget to run `bundle update` after upgrading to the latest gem version to ensure it's used by your Rails app.
## License