Skip to content

Commit 30cdcbe

Browse files
committed
Fixed layout issues in version compatibility
1 parent 766a1ca commit 30cdcbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VERSION_COMPATIBILITY.rdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
2. Run the Remotipart generator to add jquery.remotipart.js to public/javascripts/
3333

34-
rails g remotipart
34+
rails g remotipart
3535

3636
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
3737

38-
<%= javascript_include_tag 'jquery-1.4.4.min', 'rails', 'jquery.form', 'jquery.remotipart' %>
38+
<%= javascript_include_tag 'jquery-1.4.4.min', 'rails', 'jquery.form', 'jquery.remotipart' %>

0 commit comments

Comments
 (0)