README.md in under_construction-0.2.1 vs README.md in under_construction-0.2.2
- old
+ new
@@ -110,10 +110,10 @@
In javascript, you have to include under_construction/*theme* like below:
//= require under_construction/site-under-construction
//= require jquery_ujs
-Make a file in `config/initializers` named `assets.rb` and put follwing code inside it or Rails 4 may:
+Make a file in `config/initializers` named `assets.rb` and put following code inside it or Rails 4 may:
Rails.application.config.assets.precompile += %w( under_construction.js under_construction.css )
Rails 3 Note: If you want your under construction works on production mode you must adds
under_construction.js and under_construction.css in your production env in