Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Jan 18, 2024
1 parent 49f5474 commit 701ce11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ for example region specific holidays, you can pass this to the constructor of yo

```php
$holidays = Holidays::for(Austria::make('de-bw'))->get();
```

```php
class Austria extends Country
{
protected function __construct(
Expand Down

0 comments on commit 701ce11

Please sign in to comment.