summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-06-24 17:31:17 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-06-24 17:33:47 +0300
commit7455e401868f86dc319d2f5f945fe7a59cbe76ba (patch)
tree583b48b2c1d828c4a051632f814799aaf0262aba
parent91e93a9684a6ebd36c84acf137b4b803c6175fec (diff)
README: Mention support for bytecode and frozen bytecode.
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26c6f6a01..03628ce18 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,10 @@ Builtin modules include `sys`, `time`, and `struct`, etc. Select ports have
support for `_thread` module (multithreading). Note that only a subset of
Python 3 functionality is implemented for the data types and modules.
-See the repository www.github.com/micropython/pyboard for the MicroPython
+MicroPython can execute scripts in source form or precompiled to bytecode,
+either from on-device filesystem or "frozen" into MicroPython executable.
+
+See the repository http://github.com/micropython/pyboard for the MicroPython
board (PyBoard), the officially supported reference electronic circuit board.
Major components in this repository: