Commit 1418d271 authored by Ian Hickson's avatar Ian Hickson

Update README.md

parent e4f6a417
...@@ -29,7 +29,7 @@ Sky assumes the entry point for your application is a `main` function in ...@@ -29,7 +29,7 @@ Sky assumes the entry point for your application is a `main` function in
`lib/main.dart`: `lib/main.dart`:
```dart ```dart
import 'package:sky/widgets/basic.dart'; import 'package:sky/widgets.dart';
class HelloWorldApp extends App { class HelloWorldApp extends App {
Widget build() { Widget build() {
......
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