diff --git a/example/README.md b/example/README.md index d0c5cdf..200cf2a 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: ^1.0.4 + country_picker: ^1.0.5 ``` In your dart file, import the library: