README.md in bootstrap-rails-engine-1.3.0.2 vs README.md in bootstrap-rails-engine-1.3.0.3

- old
+ new

@@ -35,10 +35,12 @@ Set :compressed to use minimized library locally like this: = bootstrap_javascript_include_tag :default, :compressed => true -Remember to change the assets name in confign/environments/production.rb: +Set :local_copy true to use local copy when CDN is not available. + +Remember to add assets name in confign/environments/production.rb: config.assets.precompile += %w( bootstrap/bootstrap.min.js) ## License