Skip to content

Commit

Permalink
Merge pull request #19 from jpgough/master
Browse files Browse the repository at this point in the history
Missing close bracket in README in a critical place
  • Loading branch information
rniemeyer committed Jan 25, 2016
2 parents 0dd4c57 + e71999a commit b0530be
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 @@ -40,7 +40,7 @@ var viewModel = {
```

```html
<input data-bind="jqAuto: { value: myValue, source: myOptions" />
<input data-bind="jqAuto: { value: myValue, source: myOptions }" />
```

* with a local array of objects
Expand Down

0 comments on commit b0530be

Please sign in to comment.