Jonny Borges
Committed by GitHub

Update README.md

@@ -28,6 +28,7 @@ Add GetKey to your MaterialApp and enjoy: @@ -28,6 +28,7 @@ Add GetKey to your MaterialApp and enjoy:
28 ```dart 28 ```dart
29 MaterialApp( 29 MaterialApp(
30 navigatorKey: Get.key, 30 navigatorKey: Get.key,
  31 + // navigatorKey: Get.addKey(Modular.navigatorKey), // to modular users
31 home: MyHome(), 32 home: MyHome(),
32 ) 33 )
33 ``` 34 ```