Skip to content

Commit 436763d

Browse files
author
Tautvilas Mečinskas
authored
Update README.md
1 parent 824f84e commit 436763d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Period marking
161161
markedDates={
162162
{'2012-05-20': {periods: [{textColor: 'green'}]},
163163
'2012-05-22': {periods: [{startingDay: true, color: 'green'}]},
164-
'2012-05-23': {periods: [{endingDay: true, color: 'green', textColor: 'gray'}]},
164+
'2012-05-23': {selected: true, periods: [{endingDay: true, color: 'green', textColor: 'gray'}]},
165165
'2012-05-04': {disabled: true, periods: [{startingDay: true, color: 'green'}, {endingDay: true, color: 'green'}]}
166166
}}
167167
// Date marking style [simple/period/multi-dot]. Default = 'simple'

0 commit comments

Comments
 (0)