| Index: sky/examples/README.md
|
| diff --git a/sky/examples/README.md b/sky/examples/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6305be96816374e3643c2a20c50fb975442f970b
|
| --- /dev/null
|
| +++ b/sky/examples/README.md
|
| @@ -0,0 +1,13 @@
|
| +Sky Examples
|
| +============
|
| +
|
| +This directory contains several examples of using Sky.
|
| +
|
| +1. *Hello, world.* The [hello world app](hello_world) is a basic app that shows
|
| + 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.
|
| +
|
| +3. *Widgets.* The [widgets app](widgets) contains a number of Sky widgets so
|
| + you can experiment with them in a simple container.
|
|
|