Skip to content

Commit 6003c89

Browse files
committed
Updated readme.
1 parent e3ce0b1 commit 6003c89

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
@@ -104,9 +104,9 @@ The `fiscal_year_start_month` option allows you to define the start month of the
104104

105105
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 start year for the calendar table. Defaults to 20 years before the current year.
107+
- `start_year`: This option defines the earliest start year. Defaults to 20 years before the current year.
108108

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

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

0 commit comments

Comments
 (0)