diff --git a/example/README.md b/example/README.md index 08e6cad..5129d7e 100644 --- a/example/README.md +++ b/example/README.md @@ -11,7 +11,7 @@ A flutter package to select a country from a list of countries. Add the package to your pubspec.yaml: ```yaml - country_picker: ^2.0.20 + country_picker: ^2.0.21 ``` In your dart file, import the library: