Jonny Borges
Committed by GitHub

Update README.md

... ... @@ -11,8 +11,7 @@ increasing your productivity, and eliminating all the bugs present in Flutter's
##### If you use MODULAR, add on your MaterialApp this: navigatorKey: Get.addKey(Modular.navigatorKey)
##### If you use master/dev branch of Flutter, use the version 1.14.0-dev.
##### If you use beta branch of Flutter, use the version 1.13.1-dev.
##### If you use master/dev/beta branch of Flutter, use the version 1.14.0-dev.
## How to use?
... ... @@ -20,7 +19,7 @@ Add this to your package's pubspec.yaml file:
```
dependencies:
get: ^1.11.6 // or ^1.14.0-dev or ^1.13.1-dev
get: ^1.11.6 // or ^1.14.0-dev
```
And import it:
... ...