Skip to content

Commit

Permalink
Fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Jan 12, 2016
1 parent 3c8c78d commit 6dd26d7
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 @@ -111,7 +111,7 @@ class Example extends React.Component {
});
}

onSuggestionsUpdateRequested(value) {
onSuggestionsUpdateRequested({ value }) {
this.setState({
suggestions: getSuggestions(value)
});
Expand Down

0 comments on commit 6dd26d7

Please sign in to comment.