From a3812073ca93b8ff7a367b392261be742b59af4d Mon Sep 17 00:00:00 2001 From: Eric Burnett Date: Wed, 21 Nov 2018 10:31:52 -0500 Subject: [PATCH] Fix prop name typo in README (#1552) The README had an incorrect prop name that gave me a bit of confusion until I looked further in the docs folder. Hopefully this saves someone else a couple minutes of digging. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf85f5a2b..2b02b494c 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ You can also include a time picker by adding the showTimeSelect prop /> ``` -Times will be displayed at 30-minute intervals by default (default configurable via timeInterval prop) +Times will be displayed at 30-minute intervals by default (default configurable via timeIntervals prop) More examples of how to use the time picker are given on the [main website](https://hacker0x01.github.io/react-datepicker)