summaryrefslogtreecommitdiff
path: root/teensy
diff options
context:
space:
mode:
authorAlexander Steffen <devel.20.webmeister@spamgourmet.com>2017-07-15 11:44:15 +0200
committerAlexander Steffen <devel.20.webmeister@spamgourmet.com>2017-07-15 11:44:32 +0200
commitc9a48eb464879e35217e7df89a5dab568367f395 (patch)
tree37ac80c5b96ed64ef931f19124ed9b49b9616063 /teensy
parent4fa9d97e4db333e3252b0e87584d29753f2da74d (diff)
docs,teensy: Use the name MicroPython consistently in documentation
Diffstat (limited to 'teensy')
-rw-r--r--teensy/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/README.md b/teensy/README.md
index 3e4a75b9e..c586853b5 100644
--- a/teensy/README.md
+++ b/teensy/README.md
@@ -18,7 +18,7 @@ cd teensy
ARDUINO=~/arduino-1.0.5 make
```
-To upload micropython to the Teensy 3.1.
+To upload MicroPython to the Teensy 3.1.
Press the Program button on the Teensy 3.1
```bash