Moved Read concepts to before creating a first project
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/ef779557 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ef779557 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/ef779557 Branch: refs/heads/develop Commit: ef7795571a54f2b28d27ba5bc88ef05fcd2acd2e Parents: 0c750d3 Author: cwanda <[email protected]> Authored: Fri Apr 14 21:26:21 2017 -0700 Committer: aditihilbert <[email protected]> Committed: Tue Apr 25 13:03:34 2017 -0700 ---------------------------------------------------------------------- docs/os/tutorials/blinky.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ef779557/docs/os/tutorials/blinky.md ---------------------------------------------------------------------- diff --git a/docs/os/tutorials/blinky.md b/docs/os/tutorials/blinky.md index a411e1e..04efdc3 100644 --- a/docs/os/tutorials/blinky.md +++ b/docs/os/tutorials/blinky.md @@ -23,8 +23,8 @@ Ensure that you meet the following prerequisites before continuing with one of t * Have a computer to build a Mynewt application and connect to the board over USB. * Have a Micro-USB cable to connect the board and the computer. * Install the Newt tool and toolchains (See [Basic Setup](/os/get_started/get_started.md)). -* Create a project space (directory structure) and populate it with the core code repository (apache-mynewt-core) or know how to as explained in [Creating Your First Project](/os/get_started/project_create). * Read the Mynewt OS [Concepts](/os/get_started/vocabulary.md) section. +* Create a project space (directory structure) and populate it with the core code repository (apache-mynewt-core) or know how to as explained in [Creating Your First Project](/os/get_started/project_create). <br> ###Overview of Steps These are the general steps to create, load and run the Blinky application on your board:
