Merge pull request #1879 from mxia/master

Correct the wording in Desktop section
This commit is contained in:
Adam Barth 2015-10-29 16:24:12 -07:00
commit f21b3b7bf5

View File

@ -87,7 +87,7 @@ The `flutter` tool also lets you run release builds, upload the binary without r
* `gclient sync` to update your dependencies.
* `./sky/tools/gn` to prepare your build files.
* `ninja -C out/Debug` to build an Android Debug binary.
* `ninja -C out/Debug` to build a desktop Debug binary.
To run the tests: