Updated README.md file of the hello_world example (#64766)

This commit is contained in:
TheBiirb 2020-09-23 20:57:03 +03:00 committed by GitHub
parent 1d4e7cd52d
commit 4813bd71b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```