From 19234b94702def63c16bda4ec9593e2922b24982 Mon Sep 17 00:00:00 2001 From: Alireza Kasaaian Date: Mon, 23 Apr 2018 21:15:16 +0430 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56e970f..b232014 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Each type has its' own options. | preSelected | Previously selected date, it should be formatted exactly the same as the format option | | customClass | To add "className" to the datepicker | | inputTextAlign | Texte align of the date input. default "right" | -| containerClass | To add "className" to the datepicker | +| containerClass | To add "className" to the datepicker input container | **DateRangePicker:** @@ -77,7 +77,7 @@ Each type has its' own options. | idStart, idEnd | Add id attributes to the input elments | | customClassStart, customClassEnd | To add class name to start and end dattepickers | | inputTextAlign | Texte align of the date input. default "right" | -| containerClass | To add "className" to the datepicker | +| containerClass | To add "className" to the datepicker input container | ## More