Skip to content

Commit 36534a0

Browse files
razzeeevlio20
authored andcommitted
Readme referenced a config that was renamed (#449)
1 parent bdfaa97 commit 36534a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ i.e.
185185
| minDate | `Moment\|String` | `undefined` | This is a validation rule, if the selected date will be before `minDate` the containing form will be invalid. Note: if provided as string format configuration should be provided in the config object. |
186186
| maxDate | `Moment\|String` | `undefined` | This is a validation rule, if the selected date will be after `maxDate` the containing form will be invalid. Note: if provided as string format configuration should be provided in the config object. |
187187
| theme | `String` | `''` | Theme is a class added to the popup container (and inner components) - this will allow styling of the calendar when it's appended to outer element (for example - body). There is a built in theme named dp-material, you can find it in the demo. |
188-
| config | `IDayPickerConfig` | See Below | Configuration object - see description below. |
188+
| config | `IDayCalendarConfig` | See Below | Configuration object - see description below. |
189189

190190
### Attributes (Output):
191191
| Name | Event Arguments | Description |

0 commit comments

Comments
 (0)