提交 1632513d 编写于 作者: I Ian Hickson

Update README.md

Try to clarify initial execution.
上级 19ac93f3
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册