diff --git a/README.md b/README.md index b3b132f..5029514 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ yarn add react-native-month-selector this.setState({ month: date })} + onMonthTapped={(date) => this.setState({ month: date })} /> ```