README: Remove text about selecting different ports in the docs.

pull/1/head
Damien George 2018-11-26 16:02:26 +11:00
parent 51482ba925
commit d63ef86c6e
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ Major components in this repository:
to port MicroPython to another microcontroller.
- tests/ -- test framework and test scripts.
- docs/ -- user documentation in Sphinx reStructuredText format. Rendered
HTML documentation is available at http://docs.micropython.org (be sure
to select needed board/port at the bottom left corner).
HTML documentation is available at http://docs.micropython.org.
Additional components:
- ports/bare-arm/ -- a bare minimum version of MicroPython for ARM MCUs. Used