From 1ffd36a5463c393c609ad4484c7838d6dc5e90b9 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Thu, 5 Dec 2019 19:30:58 +1300 Subject: [PATCH] docs: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e395e5f..2792d05c 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Purpose CountryPicker is a custom UIPickerView subclass that provides an iOS control allowing a user to select a country from a list. It can optionally display a flag next to each country name, and the library includes a set of 249 public domain flag images from https://github.com/koppi/iso-country-flags-svg-collection that have been renamed to work with the library. -Note that the list of countries is based on the ISO 3166 country code standard (http://en.wikipedia.org/wiki/ISO_3166-1). This list excludes certain smaller countries, regarding them as part of a larger state. For example, England, Scotland, Wales and Northern Ireland are lumped together as Great Britain. For most purposes this is fine as it matches the convention used for locales, but if you need to specify additional countries, you can subclass and modify the countires list as described under "Subclassing" below. +Note that the list of countries is based on the ISO 3166 country code standard (http://en.wikipedia.org/wiki/ISO_3166-1). This list excludes certain smaller countries, regarding them as part of a larger state. For example, England, Scotland, Wales and Northern Ireland are lumped together as Great Britain. For most purposes this is fine as it matches the convention used for locales, but if you need to specify additional countries, you can subclass and modify the countries list as described under "Subclassing" below. Supported iOS & SDK Versions @@ -100,4 +100,4 @@ Version 1.0.1 Version 1.0 -- Initial release \ No newline at end of file +- Initial release