From 355e7231edf5e9a72d3ca0e31e23ee3014b89c71 Mon Sep 17 00:00:00 2001 From: Daniel Ioannou Date: Mon, 31 Aug 2020 23:38:21 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0c5cdf..200cf2a 100644 --- a/README.md +++ b/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: