Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored Jan 15, 2024
1 parent 26432e5 commit f590204
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 @@ -30,7 +30,7 @@ use Spatie\Holidays\Holiday;
Holidays::new()->isHoliday('2024-01-01'); // true
```

If you need the name of the holiday, you can use the `getHolidayName` method.
If you need the name of the holiday, you can use the `getName` method.

```php
use Spatie\Holidays\Holiday;
Expand Down

0 comments on commit f590204

Please sign in to comment.