Skip to content

Commit

Permalink
fix usage example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob authored Mar 29, 2017
1 parent 8ad8061 commit 596b302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ export default {
validator: VueFormGenerator.validators.string
},{
type: "select",
label: "skills",
model: "type",
label: "Skills",
model: "skills",
values: ["Javascript", "VueJS", "CSS3", "HTML5"]
},{
type: "input",
Expand Down

0 comments on commit 596b302

Please sign in to comment.