summaryrefslogtreecommitdiffstatshomepage
path: root/teensy
diff options
context:
space:
mode:
Diffstat (limited to 'teensy')
-rw-r--r--teensy/README.md2
-rw-r--r--teensy/help.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/teensy/README.md b/teensy/README.md
index c240f0d5fe..14a5e4a713 100644
--- a/teensy/README.md
+++ b/teensy/README.md
@@ -1,6 +1,6 @@
# Build Instructions for Teensy 3.1
-Currently the Teensy 3.1 port of Micro Python builds under Linux and not under Windows.
+Currently the Teensy 3.1 port of MicroPython builds under Linux and not under Windows.
The tool chain required for the build can be found at <https://launchpad.net/gcc-arm-embedded>.
diff --git a/teensy/help.c b/teensy/help.c
index 38a8d550f9..d8fe3a1d9c 100644
--- a/teensy/help.c
+++ b/teensy/help.c
@@ -29,7 +29,7 @@
#include "py/obj.h"
STATIC const char *help_text =
-"Welcome to Micro Python!\n"
+"Welcome to MicroPython!\n"
"\n"
"For online help please visit http://micropython.org/help/.\n"
"\n"