diff options
author | jon mills <jonmills@moosesoup.com> | 2014-03-31 15:18:22 +0100 |
---|---|---|
committer | jon mills <jonmills@moosesoup.com> | 2014-03-31 15:18:22 +0100 |
commit | aabb3149281d7e00b06b297e1688a686eb6a048b (patch) | |
tree | 48e78de97db974494bd5893c3e03dd4bf8a621f6 | |
parent | 1aa2c1026348b057dca2008a165c6d4341a66606 (diff) | |
download | micropython-aabb3149281d7e00b06b297e1688a686eb6a048b.tar.gz micropython-aabb3149281d7e00b06b297e1688a686eb6a048b.zip |
Update README.md
Very minor typo
-rw-r--r-- | teensy/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/README.md b/teensy/README.md index 2618abf2ac..7c95f1c9d5 100644 --- a/teensy/README.md +++ b/teensy/README.md @@ -1,6 +1,6 @@ Build Instructions for Teensy 3.1 -This assumes that you have TeensyDuino installed and set the ARUINO environment +This assumes that you have TeensyDuino installed and set the ARDUINO environment variable pointing to the where Arduino with TeensyDuino is installed. ``` |