Skip to content

Commit

Permalink
Use consistent quotes in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jayphelps committed Jun 23, 2015
1 parent 08cc648 commit 1e62b0c
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 1e62b0c

Please sign in to comment.