Skip to content

Commit

Permalink
Merge pull request #206 from jayphelps/patch-1
Browse files Browse the repository at this point in the history
Use consistent quotes in example
  • Loading branch information
bcardarella committed Jun 23, 2015
2 parents 08cc648 + 1e62b0c commit 5a42e7e
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 @@ -43,7 +43,7 @@ The `form-for` helper is used like so:
{{input firstName}}
{{input lastName}}
{{input bio as="text"}}
{{input country as='select'
{{input country as="select"
collection="App.countries"
selection="country"
optionValuePath="content.id"
Expand Down

0 comments on commit 5a42e7e

Please sign in to comment.