README.md in bootstrap-rails-engine-1.3.2.0 vs README.md in bootstrap-rails-engine-2.3.2.0
- old
+ new
@@ -1,6 +1,6 @@
-# Twitter Bootstrap for Rails 3
+# Twitter Bootstrap for Rails 3 & 4
Make [Twitter Bootstrap](http://twitter.github.com/bootstrap) into Rails Engine. [Bootstrap-datepicker](https://github.com/eternicode/bootstrap-datepicker) is also included.
## Version
Bootstrap 2.3.2
Bootstrap-datepicker 1.1.2
@@ -29,11 +29,11 @@
= bootstrap_stylesheet_include_tag :default
then remove corresponding lines in application.js and application.css.
-## Options
+### Options
Set :compressed to use minimized library locally like this:
= bootstrap_javascript_include_tag :default, :compressed => true
@@ -43,10 +43,10 @@
config.assets.precompile += %w( bootstrap/bootstrap.min.js)
## License
-Copyright (c) 2012 Yen-Ju Chen
+Copyright (c) 2012-2013 Yen-Ju Chen
MIT License
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the