diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-06-19 21:09:53 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-06-19 21:09:53 +0300 |
commit | a193ced7fa543763cf331be9baf534b9f8ae1822 (patch) | |
tree | cd4148697c1e6bb2f6c99e3d21e5e797664f0a56 /esp8266 | |
parent | c8870b7c6969db23815da3c4ecfeaf2200ca2792 (diff) | |
download | micropython-a193ced7fa543763cf331be9baf534b9f8ae1822.tar.gz micropython-a193ced7fa543763cf331be9baf534b9f8ae1822.zip |
esp8266: README: Typo fix.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/README.md b/esp8266/README.md index efd59284e6..c207220d0d 100644 --- a/esp8266/README.md +++ b/esp8266/README.md @@ -1,7 +1,7 @@ Micro Python port to ESP8266 ============================ -This is a highly experimental port of MicroPython for thw WiFi modules based +This is a highly experimental port of MicroPython for the WiFi modules based on Espressif ESP8266 chip. WARNING: The port is highly experimental and any APIs are subject to change. |