diff options
author | Damien George <damien.p.george@gmail.com> | 2015-10-12 00:06:25 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-10-12 00:06:25 +0100 |
commit | 0334058fa43a8ac7c689007f5824510c2927c5cc (patch) | |
tree | 0abd0f6efd70aa922d0cb14a8c06c38bc957b276 /esp8266 | |
parent | 6206f431cf50741f633762dac185421e4c4f1a0d (diff) | |
download | micropython-0334058fa43a8ac7c689007f5824510c2927c5cc.tar.gz micropython-0334058fa43a8ac7c689007f5824510c2927c5cc.zip |
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/README.md | 6 |
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 ``` |