| Index: sky/sdk/README.md
|
| diff --git a/sky/sdk/README.md b/sky/sdk/README.md
|
| index e27175d141239bc18d14d10a4c4725bcec8492b3..285a01ed958241887ea5603bd9e80ad541c2c0b1 100644
|
| --- a/sky/sdk/README.md
|
| +++ b/sky/sdk/README.md
|
| @@ -43,7 +43,7 @@ will go) and run `pub get` to download all necessary dependencies and create
|
| the symlinks necessary for 'package:your_app_names/main.dart' includes to work.
|
|
|
| Currently the Sky Engine assumes the entry point for your application is a
|
| -`main` function is located inside a `main.sky` file at the root of the package.
|
| +`main` function located inside a `main.sky` file at the root of the package.
|
| `.sky` is an html-like format:
|
| ```
|
| <sky>
|
|
|