diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-31 18:09:14 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-31 18:09:14 +0100 |
commit | 30a5f853ddcd29d5ffbffa9f163055d3aab7fb5b (patch) | |
tree | e0058aca9f182d82273e21ef9d27ed261df90003 | |
parent | 18a6eb9e133b62134366ebab0d5c21222f523dbc (diff) | |
parent | aabb3149281d7e00b06b297e1688a686eb6a048b (diff) | |
download | micropython-30a5f853ddcd29d5ffbffa9f163055d3aab7fb5b.tar.gz micropython-30a5f853ddcd29d5ffbffa9f163055d3aab7fb5b.zip |
Merge pull request #404 from jonmills/patch-1
Update README.md
-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. ``` |