From 4813bd71b91b69edc55f68549acb1b9801dac90b Mon Sep 17 00:00:00 2001 From: TheBiirb <67576036+TheBiirb@users.noreply.github.com> Date: Wed, 23 Sep 2020 20:57:03 +0300 Subject: [PATCH] Updated README.md file of the hello_world example (#64766) --- examples/hello_world/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/hello_world/README.md b/examples/hello_world/README.md index 67155176d7..0a9132c376 100644 --- a/examples/hello_world/README.md +++ b/examples/hello_world/README.md @@ -1,7 +1,8 @@ +## To run the Hello World demo: ``` -# To run the Hello World demo: flutter run - -# To run the Hello World demo showing Arabic: +``` +## To run the Hello World demo showing Arabic: +``` flutter run lib/arabic.dart ```