Skip to content

Commit

Permalink
Fixing readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kirst committed Jul 25, 2013
1 parent a179304 commit 75a1da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In your form, replace

with

f.multi_text_field :phone_number, fields: { first: 3, second: 2, third: 4 }
f.multi_text_field :phone_number, fields: { first: 3, second: 3, third: 4 }

The value of each item in the fields hash specifies the max character length allowed for that field.

Expand Down

0 comments on commit 75a1da9

Please sign in to comment.