Commit 4af1d34c authored by Ian Hickson's avatar Ian Hickson

Update README.md

Try to clarify initial execution.
parent 7af81f20
......@@ -39,7 +39,7 @@ void main() {
}
```
Execution starts in `main`, which runs a new instance of the `HelloWorldApp`.
Execution starts in `main`, which in this example runs a new instance of the `HelloWorldApp`.
The `HelloWorldApp` builds a `Text` widget containing the famous `Hello, world!`
string and centers it on the screen using a `Center` widget. To learn more about
the widget system, please see the [widgets tutorial](lib/widgets/README.md).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment