Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin authored Jan 30, 2024
1 parent 6dbd897 commit 20745c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalyst_voices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ melos bootstrap

### Flavors

This project contains 3 flavors:
This project contains three flavors:

* dev
* qa
* preprod
* prod

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:
To run the desired flavor, either use the launch configuration in VSCode/Android Studio or use the following commands:

```sh
# Development
Expand All @@ -74,7 +74,7 @@ flutter run --flavor dev --target lib/configs/main_dev.dart
flutter run --flavor qa --target lib/configs/main_qa.dart

# Pre-Production
flutter run --flavor prod --target lib/configs/main_preprod.dart
flutter run --flavor preprod --target lib/configs/main_preprod.dart

# Production
flutter run --flavor prod --target lib/configs/main_prod.dart
Expand Down

0 comments on commit 20745c9

Please sign in to comment.