Skip to content

Commit

Permalink
Merge pull request #71 from snipe/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in README.md
  • Loading branch information
Nielsvanpach authored Oct 7, 2024
2 parents d7d724f + 6d6bdea commit 30b695e
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 @@ -87,7 +87,7 @@ If you have implemented the `getRouteKeyName` method in your model, it will be u

Determine if the field under validation is a valid [2 letter ISO3166 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Current_codes) (example of valid country codes: `GB`, `DK`, `NL`).

**Note** that this rule require the package [`league/iso3166`](https://github.com/thephpleague/iso3166) to be installed: `composer require league/iso3166`
**Note** that this rule requires the package [`league/iso3166`](https://github.com/thephpleague/iso3166) to be installed: `composer require league/iso3166`

```php
// in a `FormRequest`
Expand Down

0 comments on commit 30b695e

Please sign in to comment.