fix typo in mkr1000 tutorial
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/ece990f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ece990f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/ece990f3 Branch: refs/heads/develop Commit: ece990f3a0ff8fe643aea17f0919259b082eb02f Parents: 7776209 Author: cwanda <[email protected]> Authored: Fri May 12 12:44:25 2017 -0700 Committer: cwanda <[email protected]> Committed: Fri May 12 12:44:25 2017 -0700 ---------------------------------------------------------------------- docs/os/tutorials/wi-fi_on_arduino.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ece990f3/docs/os/tutorials/wi-fi_on_arduino.md ---------------------------------------------------------------------- diff --git a/docs/os/tutorials/wi-fi_on_arduino.md b/docs/os/tutorials/wi-fi_on_arduino.md index 4a49291..2eebe7b 100644 --- a/docs/os/tutorials/wi-fi_on_arduino.md +++ b/docs/os/tutorials/wi-fi_on_arduino.md @@ -217,7 +217,7 @@ $ <br> ### Load the Wi-Fi Application Image onto the Board -Run the `newt load arduino_wifi` command to load the wifi application onto the board: +Run the `newt load mkr1000_wifi` command to load the wifi application onto the board: ```no-highlight $ newt load mkr1000_wifi
