Skip to content

Commit 0a903be

Browse files
author
Daniel Campora
committed
README.md: Correct port names in the documentation build command.
1 parent cfcf47c commit 0a903be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ In `micropython/docs`, build the docs:
123123

124124
make MICROPY_PORT=<port_name> BUILDDIR=<port_name>/build html
125125

126-
Where ``<port_name>`` can be ``port_unix``, ``port_pyboard``, ``port_wipy`` or ``port_esp8266``.
126+
Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`.
127127

128128
You'll find the index page at `micropython/docs/<port_name>/build/html/index.html`.

0 commit comments

Comments
 (0)