diff --git a/README.md b/README.md index 963a5b3..e8f2934 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ There are four presentations for DateTimePicker and can be defined in the type p * `DateTimePickerType.date` will present a text field with the action tap showing a datePicker dialog box; * `DateTimePickerType.time` will present a text field with the action tap showing a timePicker dialog box; * `DateTimePickerType.dateTime` will present a text field with the action tap showing a datePicker dialog box then a timePicker dialog box; -* `DateTimePickerType.dateTimeSeparated` will display two text fields side by side, the first for date and the second for time. Each displaying their respective dialog box, datePicker and timePicker in the tap action; +* `DateTimePickerType.dateTimeSeparate` will display two text fields side by side, the first for date and the second for time. Each displaying their respective dialog box, datePicker and timePicker in the tap action; ``` dart DateTimePicker( @@ -94,4 +94,4 @@ The result of val in `onChanged`, `validator` and `onSaved` will be a DateTime S ## Preview -![Overview](https://raw.githubusercontent.com/m3uzz/date_time_picker/master/doc/images/date_time_picker.gif) \ No newline at end of file +![Overview](https://raw.githubusercontent.com/m3uzz/date_time_picker/master/doc/images/date_time_picker.gif)