Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
update README to upstream (Formtastic) 2.2+ API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nzaillian committed Mar 17, 2013
1 parent e4ac823 commit d87b86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ made to generate the HTML expected by Bootstrap while still generating the rich
<%= f.input :title, :hint => "This is the title!" %>
<% end %>
<%= f.actions do %>
<%= f.submit %>
<%= f.action :submit %>
<% end %>
<% end %>

Expand Down

0 comments on commit d87b86c

Please sign in to comment.