diff --git a/README.md b/README.md index 623873e..e86c125 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,21 @@ The Soneso open source Stellar SDK for Flutter is build with Dart and provides A ### From pub.dev 1. Add the dependency to your pubspec.yaml file: + +Latest stable release: + +``` +dependencies: + stellar_flutter_sdk: ^1.8.9 +``` + +Prepare for Protocol 22 upgrade: + ``` dependencies: stellar_flutter_sdk: ^1.9.0-beta ``` + 2. Install it (command line or IDE): ``` flutter pub get