Eric Seidel 2015-05-04 13:18:36 -07:00
parent a3de4df656
commit db103b53cc

View File

@ -48,7 +48,7 @@ Currently the Sky Engine assumes the entry point for your application is a
```
<sky>
<script>
import 'package:your_app_name/main.dart'
import 'package:your_app_name/main.dart';
void main() {
new HelloWorldApp();