Skip to content

Commit e3ce0b1

Browse files
committed
Updated readme.
1 parent e30e411 commit e3ce0b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ The `fiscal_year_start_month` option allows you to define the start month of the
102102

103103
### Date Range
104104

105-
The `date_range` array allows you to define the max start and end year range for populating the calendar table.
105+
The `date_range` array allows you to define the valid start and end year range for populating the calendar table.
106106

107-
- `start_year`: This option defines the earliest year for the calendar table. Defaults to 20 years before the current year.
107+
- `start_year`: This option defines the start year for the calendar table. Defaults to 20 years before the current year.
108108

109-
- `end_year`: This option defines the latest year for the calendar table. Defaults to 20 years after the current year.
109+
- `end_year`: This option defines the end year for the calendar table. Defaults to 20 years after the current year.
110110

111111
```php
112112
'date_range' => [

0 commit comments

Comments
 (0)