diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-07 16:33:52 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-07 17:28:23 +0300 |
commit | 919c54f750cf3e25f2010b2d38079b9690872795 (patch) | |
tree | d10172d88d34c848c863b78107a5b8f007cfecb8 /docs/esp8266/tutorial | |
parent | 1966745689b5fe23526231e5f94096dbc82ea803 (diff) | |
download | micropython-919c54f750cf3e25f2010b2d38079b9690872795.tar.gz micropython-919c54f750cf3e25f2010b2d38079b9690872795.zip |
docs/esp8266/intro: Rename to "Getting started" from "Introduction".
People tend to skip introductions (everyone knows what esp8266 is, right?),
so try to do A/B testing with a title inviting to read it.
Diffstat (limited to 'docs/esp8266/tutorial')
-rw-r--r-- | docs/esp8266/tutorial/intro.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/esp8266/tutorial/intro.rst b/docs/esp8266/tutorial/intro.rst index 50b590f88c..16641a19d4 100644 --- a/docs/esp8266/tutorial/intro.rst +++ b/docs/esp8266/tutorial/intro.rst @@ -1,5 +1,5 @@ -Introduction to MicroPython on the ESP8266 -========================================== +Getting started with MicroPython on the ESP8266 +=============================================== Using MicroPython is a great way to get the most of your ESP8266 board. And vice versa, the ESP8266 chip is a great platform for using MicroPython. This |