Skip to content

Commit

Permalink
Fix Basic Example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Sep 1, 2016
1 parent daa6204 commit 7c9089e
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 @@ -148,7 +148,7 @@ class Example extends React.Component {
return (
<Autosuggest
suggestions={suggestions}
onSuggestionsUpdateRequested={this.onSuggestionsFetchRequested}
onSuggestionsFetchRequested={this.onSuggestionsFetchRequested}
onSuggestionsClearRequested={this.onSuggestionsClearRequested}
getSuggestionValue={getSuggestionValue}
renderSuggestion={renderSuggestion}
Expand Down

0 comments on commit 7c9089e

Please sign in to comment.