diff --git a/engine/src/flutter/examples/README.md b/engine/src/flutter/examples/README.md index deb0f3cf10..7068ad2726 100644 --- a/engine/src/flutter/examples/README.md +++ b/engine/src/flutter/examples/README.md @@ -1,7 +1,7 @@ -Sky Examples -============ +Flutter Examples +================ -This directory contains several examples of using Sky. Each of these is an +This directory contains several examples of using Flutter. Each of these is an individual Dart application package. If you wish to run them with `sky_tool` then you will want to run `pub get` inside their directory before running `./packages/sky/sky_tool start`. @@ -10,7 +10,7 @@ then you will want to run `pub get` inside their directory before running the text "hello, world." 2. *Stocks.* The [stocks app](stocks) is an example of a typical mobile app - built using Sky. The app shows a list of all the stocks in the NASDAQ. + built using Flutter. The app shows a list of all the stocks in the NASDAQ. -3. *Widgets.* The [widgets app](widgets) contains a number of Sky widgets so +3. *Widgets.* The [widgets app](widgets) contains a number of Flutter widgets so you can experiment with them in a simple container. diff --git a/engine/src/flutter/sky/README.md b/engine/src/flutter/sky/README.md deleted file mode 100644 index 9283be4b16..0000000000 --- a/engine/src/flutter/sky/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Sky -=== - -For information about using the latest stable release of Sky, please see the -[package/sky/ directory](packages/sky/). - -For more information about the Sky framework, see -[the package/sky/lib/ directory](packages/sky/lib/). - -For details about the internals of Sky's engine, see [the engine/ directory](engine/). - -For information about contributing to Sky, please see -[CONTRIBUTING.md](../CONTRIBUTING.md). diff --git a/engine/src/flutter/sky/packages/material_design_icons/README.md b/engine/src/flutter/sky/packages/material_design_icons/README.md index 84053f747f..7a4fd51653 100644 --- a/engine/src/flutter/sky/packages/material_design_icons/README.md +++ b/engine/src/flutter/sky/packages/material_design_icons/README.md @@ -16,7 +16,7 @@ Website The source for the icons can be found in the [material-design-icons](https://github.com/google/material-design-icons) repo. This Pub package mirrors the icons; the source for the package can be found in the -[sky_engine](https://github.com/domokit/sky_engine) repo in the +[Flutter engine](https://github.com/flutter/engine) repo in the `sky/packages/material_design_icons` directory. License diff --git a/engine/src/flutter/sky/packages/sky_engine/README.md b/engine/src/flutter/sky/packages/sky_engine/README.md index c13095c958..cc5128fd42 100644 --- a/engine/src/flutter/sky/packages/sky_engine/README.md +++ b/engine/src/flutter/sky/packages/sky_engine/README.md @@ -1,7 +1,7 @@ -Sky Engine -========== +Flutter Engine +============== This packages describes the dart:sky library, which is the interface between -Dart and the Sky Engine. This package also contains a number of Sky shell -binaries that let you run code that uses the dart:sky library on various +Dart and the Flutter Engine. This package also contains a number of Flutter +shell binaries that let you run code that uses the dart:sky library on various platforms. diff --git a/engine/src/flutter/sky/packages/sky_services/README.md b/engine/src/flutter/sky/packages/sky_services/README.md index 3f93e00e7e..6a9e7bd80a 100644 --- a/engine/src/flutter/sky/packages/sky_services/README.md +++ b/engine/src/flutter/sky/packages/sky_services/README.md @@ -1,6 +1,6 @@ -Sky Services -============ +Flutter Services +================ -This packages contains `mojom` interfaces to services associated with Sky. Most +This packages contains `mojom` interfaces to services associated with Flutter. Most developers should depend on the [Sky package](https://pub.dartlang.org/packages/sky) instead of using this package directly.