aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2012-09-10 22:17:01 +0530
committerSudar <sudar@sudarmuthu.com>2012-09-10 22:17:01 +0530
commit048762156bcefa45b099be267818988a0a25f86f (patch)
tree10317ce310f1b948f0befe0e95d16fc6aeec7908 /README.md
parentd1f49b6ea4ff9830ef75893f4a26e6c69b39c83c (diff)
Fixed a typo in README.
Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index eda11f3..233f6dc 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ On other systems
In order to use Arduino libraries installed in the user's sketchbook folder (the
standard location for custom libraries when using the Arduino IDE), you need to
-set the `ARDUNIO_SKETCHBOOK` variable to point to this directory. By default it
+set the `ARDUINO_SKETCHBOOK` variable to point to this directory. By default it
is set to `$HOME/sketchbook`.
## Notes from Sudar
@@ -88,5 +88,10 @@ The following are the list of changes that I have made or merged in this fork. H
- Autodetect ARDMK_DIR based on location of this file
- Added support for utility directory within SYS and USER libraries
+### 0.9.3.2 10.ix.2012 Sudar
+- Fixed a typo in README. Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21)
+
## Know Issues
- Because of the way the makefile is structured, the configuration parameters gets printed twice.
+- Doesn't work with Leonardo yet.
+- More todo's at https://github.com/sudar/Arduino-Makefile/issues/