diff --git a/README.md b/README.md
index 98574228b75a2395831e587f8eac6294392eba40..b58180110683bd2d9daf3246ee5cff1d750d67a7 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
-#Vereign mobile application.
+# Vereign mobile application.
 
 ## Application flavors
-- Debug with `development` flavor `flutter run --flavor development -t lib/main-dev.dart`
-- Debug with `production` flavor `flutter run --flavor production -t lib/main.dart`
+### Build application in debug mode
+- With development flavor `flutter run --flavor development -t lib/main-dev.dart`
+- With production flavor `flutter run --flavor production -t lib/main.dart`
 
 
 ## Flutter Getting Started