From dd08e39c6c159fd37eb17a88decbbb33d93ef7b3 Mon Sep 17 00:00:00 2001 From: Curtis Gibby Date: Tue, 13 Jul 2021 12:48:24 -0600 Subject: [PATCH] Fix typo "extrated" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 070bcae..a8863de 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ v::country('numeric')->validate('840'); //true This rule is case sensitive. -All data of this rule was extrated from [GeoNames][] which is licensed under a +All data of this rule was extracted from [GeoNames][] which is licensed under a [Creative Commons Attribution 3.0 License][]. ## CountrySubdivision @@ -42,7 +42,7 @@ v::countrySubdivision('US')->validate('CA'); //true This rule is case sensitive. -All data of this rule was extrated from [GeoNames][] which is licensed under a +All data of this rule was extracted from [GeoNames][] which is licensed under a [Creative Commons Attribution 3.0 License][]. [Creative Commons Attribution 3.0 License]: http://creativecommons.org/licenses/by/3.0 "Creative Commons Attribution 3.0 License"