Skip to content

Commit

Permalink
Fixed readme period example date
Browse files Browse the repository at this point in the history
  • Loading branch information
bdumitrua committed Nov 14, 2024
1 parent 34b0279 commit 52b7edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $calendarForDay = $calendar->getPeriodForDay(new DateTime('2024-01-01'));
use Shahruslan\ProductionCalendar\Calendar;

$calendar = new Calendar('your-token');
$period = $calendar->getPeriod('08.01.2024-10.01.2024', region: 23);
$period = $calendar->getPeriod('07.01.2024-09.01.2024', region: 23);
print_r($period);
```
Output:
Expand Down

0 comments on commit 52b7edb

Please sign in to comment.