VERSION_COMPATIBILITY.rdoc in remotipart-0.4 vs VERSION_COMPATIBILITY.rdoc in remotipart-0.4.1
- old
+ new
@@ -29,10 +29,10 @@
bundle install
2. Run the Remotipart generator to add jquery.remotipart.js to public/javascripts/
- rails g remotipart
+ rails g remotipart
3. Add the Javascript files for jQuery, the Rails jQuery driver, jQuery Form plugin, and Remotipart to your template, making sure to include jquery.remotipart.js *after* jQuery and the Rails jQuery driver
- <%= javascript_include_tag 'jquery-1.4.4.min', 'rails', 'jquery.form', 'jquery.remotipart' %>
+ <%= javascript_include_tag 'jquery-1.4.4.min', 'rails', 'jquery.form', 'jquery.remotipart' %>