Skip to content

Commit e5b8ef4

Browse files
committed
nit
1 parent 9f24dd9 commit e5b8ef4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,19 @@ This project serves as a template project for Flutter applications. You can gene
1919
```
2020

2121
> [!IMPORTANT]
22-
>⚠️ **Running the Production Flavor**
22+
> ⚠️ **Running the Production Flavor**
2323
>
24-
>It is **not recommended** to run the production flavor directly from the IDE
25-
>(VS Code or Android Studio) as it may be run by mistake. For ease and >accuracy,
26-
>it is advised to run flavors via the **VS Code launch menu** or the **Android
27-
>Studio Run menu** instead.
24+
> It is **not recommended** to run the production flavor directly from the IDE
25+
> (VS Code or Android Studio) as it may be run by mistake. For ease and
26+
> accuracy,
27+
> it is advised to run flavors via the **VS Code launch menu** or the
28+
> **Android Studio Run menu** instead.
2829
>
29-
>To use the build runner, use this command:
30+
> To use the build runner, use this command:
3031
>
31-
>```sh
32-
>dart run build_runner build --delete-conflicting-outputs
33-
>```
32+
> ```sh
33+
> dart run build_runner build --delete-conflicting-outputs
34+
> ```
3435

3536
## 🌲 Branches
3637

0 commit comments

Comments
 (0)