summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/README.md')
-rw-r--r--esp8266/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/esp8266/README.md b/esp8266/README.md
index c207220d0d..17002eefe4 100644
--- a/esp8266/README.md
+++ b/esp8266/README.md
@@ -1,5 +1,5 @@
-Micro Python port to ESP8266
-============================
+MicroPython port to ESP8266
+===========================
This is a highly experimental port of MicroPython for the WiFi modules based
on Espressif ESP8266 chip.
@@ -31,7 +31,7 @@ The tool chain required for the build is the OpenSource ESP SDK, which can be
found at <https://github.com/pfalcon/esp-open-sdk>. Clone this repository and
run `make` in its directory to build and install the SDK locally.
-Then, to build Micro Python for the ESP8266, just run:
+Then, to build MicroPython for the ESP8266, just run:
```bash
$ make
```