Skip to content

Commit 1145f23

Browse files
Fix missing braces in README.md (stephy#187)
1 parent 98e40f1 commit 1145f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ const styles = StyleSheet.create({
9292
| **`disabledDatesTextStyle`** | `TextStyle` | Optional. Text styling for disabled dates. |
9393
| **`selectedStartDate`** | `Date` | Optional. Specifies a selected Start Date. |
9494
| **`selectedEndDate`** | `Date` | Optional. Specifies a selected End Date. |
95-
| **`minRangeDuration`** | `Number or Array` | Optional. Specifies a minimum range duration when using allowRangeSelection. Can either pass a number to be used for all dates or an Array of objects if the minimum range duration depends on the date `{date: Moment-parsable date, minDuration: Number` |
96-
| **`maxRangeDuration`** | `Number or Array` | Optional. Specifies a maximum range duration when using allowRangeSelection. Can either pass a number to be used for all dates or an Array of objects if the maximum range duration depends on the date `{date: Moment-parsable date, maxDuration: Number` |
95+
| **`minRangeDuration`** | `Number or Array` | Optional. Specifies a minimum range duration when using allowRangeSelection. Can either pass a number to be used for all dates or an Array of objects if the minimum range duration depends on the date `{date: Moment-parsable date, minDuration: Number}` |
96+
| **`maxRangeDuration`** | `Number or Array` | Optional. Specifies a maximum range duration when using allowRangeSelection. Can either pass a number to be used for all dates or an Array of objects if the maximum range duration depends on the date `{date: Moment-parsable date, maxDuration: Number}` |
9797
| **`todayBackgroundColor`** | `String` | Optional. Background color for today. Default is `#cccccc` |
9898
| **`todayTextStyle`** | `TextStyle` | Optional. Text styling for today. |
9999
| **`textStyle`** | `Object` | Optional. Style overall text. Change fontFamily, color, etc. |

0 commit comments

Comments
 (0)