Skip to content

Commit

Permalink
Update README again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hallberg committed Oct 14, 2016
1 parent 0be2f1a commit b9db080
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 @@ -14,7 +14,7 @@ $('input').autocomplete({
```

### static
A list of strings and {value:, label:, description:, href:} items to use for every search. Matched without case sensitivity.
A list of strings and `{value:, [label:], [description:], [href:]}` items to use for every search. Matched without case sensitivity.

### handler
This function will be called when a search for a term needs to be done
Expand Down

0 comments on commit b9db080

Please sign in to comment.