diff --git a/README.md b/README.md index e5f0b98c..a89ac5cc 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ To run the desired flavor either use the launch configuration in VSCode/Android ```sh # Development -$ flutter run --flavor development --target lib/main_development.dart +$ flutter run --flavor development --target lib/main_dev.dart # Staging -$ flutter run --flavor staging --target lib/main_staging.dart +$ flutter run --flavor staging --target lib/main_tester.dart # Production -$ flutter run --flavor production --target lib/main_production.dart +$ flutter run --flavor production --target lib/main_prod.dart ``` _\*Super Dash works on iOS, Android, Web, and Windows._