diff --git a/README.md b/README.md index 71eea61caa..c792e4ac8d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ export default class MyDatePicker extends Component { } // ... You can check the source to find the other keys. }} - onDateChange={(date) => {this.setState({date: date})}} + onDateChange={(date) => {this.setState({date: date})}} // Called when the user confirm the picked date or time in the UI /> ) }