diff --git a/README.md b/README.md index e5a89dc2..2ca8b417 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ The function will take an object with the following keys. Simple example ```js -const renderFunc = ({ getInputProps, getSuggestionItemProps, suggestions }) => ( +const renderFunc = ({ getInputProps, getSuggestionItemProps, suggestions, loading }) => (