| Index: sky/sdk/example/hello_world/lib/main.dart
|
| diff --git a/sky/sdk/example/widgets/hello_widgets.dart b/sky/sdk/example/hello_world/lib/main.dart
|
| similarity index 88%
|
| rename from sky/sdk/example/widgets/hello_widgets.dart
|
| rename to sky/sdk/example/hello_world/lib/main.dart
|
| index 34c1f7e58479296fa1c6729be63260913646bf68..699c117c939922407150f11d8ff23ad1806e42ef 100644
|
| --- a/sky/sdk/example/widgets/hello_widgets.dart
|
| +++ b/sky/sdk/example/hello_world/lib/main.dart
|
| @@ -6,7 +6,7 @@ import 'package:sky/widgets/basic.dart';
|
|
|
| class HelloWorldApp extends App {
|
| Widget build() {
|
| - return new Text('Hello, widgets!');
|
| + return new Text('Hello, world!');
|
| }
|
| }
|
|
|
|
|