commit | 4813bd71b91b69edc55f68549acb1b9801dac90b | [log] [tgz] |
---|---|---|
author | TheBiirb <67576036+TheBiirb@users.noreply.github.com> | Wed Sep 23 20:57:03 2020 +0300 |
committer | GitHub <noreply@github.com> | Wed Sep 23 10:57:03 2020 -0700 |
tree | 62db90ddc044f450f6822cdb7da5082ccecc02a4 | |
parent | 1d4e7cd52da7299dd26b59a1eac8d4f2ddc6faa6 [diff] |
Updated README.md file of the hello_world example (#64766)
diff --git a/examples/hello_world/README.md b/examples/hello_world/README.md index 6715517..0a9132c 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 ```