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 18, 2024
1 parent 40e12a4 commit 7b61573
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 @@ -47,7 +47,7 @@ use Spatie\Holidays\Countries\Belgium;
$holidays = Holidays::for(Belgium::make())->get();
```

Alternatively, you could also pass an ISO code to the `for` method.
Alternatively, you could also pass an [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) code to the `for` method.

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

0 comments on commit 7b61573

Please sign in to comment.