From f8aa250cdba60af18649040d7147cde237fb3d35 Mon Sep 17 00:00:00 2001 From: waahab Date: Sun, 13 Oct 2019 21:08:13 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20DOC:=20Improvement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /> ) }