Skip to content

Commit ae335b8

Browse files
committed
Don't worry about documenting data-attrs for now
1 parent c307ead commit ae335b8

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
@@ -132,7 +132,7 @@ The latest date that may be selected; all later dates will be disabled.
132132

133133
String, Array. Default: '', []
134134

135-
Days of the week that should be disabled. Values are 0 (Sunday) to 6 (Saturday). Multiple values should be comma-separated. Example: disable weekends: `'0,6'` or `[0,6]`. Can be set in HTML data attribute with `data-date-days-of-week-disabled`.
135+
Days of the week that should be disabled. Values are 0 (Sunday) to 6 (Saturday). Multiple values should be comma-separated. Example: disable weekends: `'0,6'` or `[0,6]`.
136136

137137
### autoclose
138138

0 commit comments

Comments
 (0)