diff --git a/example/README.md b/example/README.md index 0bcaea4..0535bb7 100644 --- a/example/README.md +++ b/example/README.md @@ -11,7 +11,7 @@ A flutter package to select a currency from a list of currencies. Add the package to your pubspec.yaml: ```yaml - currency_picker: ^2.0.2 + currency_picker: ^2.0.3 ``` In your dart file, import the library: