From 766d85747a0c120c762c83dc36a36c44a9e182a0 Mon Sep 17 00:00:00 2001 From: Cooper Maa Date: Wed, 14 Jan 2015 21:08:27 +0800 Subject: [PATCH] Fix a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc9f69..94daafa 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ We have to specify this for our build steps as command-line switches (You have t $ ino build -m mega2560 $ ino upload -m mega2560 -p /dev/ttyACM1 -See [official ino documentaio](http://inotool.org/quickstart) for more information. +See [official ino documentation](http://inotool.org/quickstart) for more information. ## For boot2docker user on Windows