diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-12-06 13:34:18 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-12-06 13:34:18 +0200 |
commit | d4f80f58b894ddc336653e16b0210d66ae0e46ad (patch) | |
tree | 3b501157cfaeb810ac0fc45e10a0d57e7a843718 | |
parent | be6d8be91e133e98117025062df0e63aaf87efd2 (diff) |
esp8266/README: Fix typos.
-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 b2bbf0ca7..8d070dd5e 100644 --- a/esp8266/README.md +++ b/esp8266/README.md @@ -24,7 +24,7 @@ Build instructions 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 it's directory to build and install the SDK locally. T +run `make` in its directory to build and install the SDK locally. Then, to build Micro Python for the ESP8266, just run: ```bash |