diff --git a/README.md b/README.md index 65bdf51..3a3b4e7 100644 --- a/README.md +++ b/README.md @@ -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"