summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-02-24 16:31:00 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-02-24 16:31:00 +0200
commit8c437f95fcec92b8cf1031d5be7dd45babb2f78a (patch)
treea304d2bb55fce7c89efdb3e16f3894275f683ac6 /README.md
parent4fddbe5ab6295d102630b84641f63e250bd8f894 (diff)
downloadmicropython-8c437f95fcec92b8cf1031d5be7dd45babb2f78a.tar.gz
micropython-8c437f95fcec92b8cf1031d5be7dd45babb2f78a.zip
README.md: Promote project status from "early beta" to just "beta".
Also, reword purpose to avoid impression that uPy supports just one microcontroller.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 83bb67d065..5abfa9e09f 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,10 @@ The Micro Python project
</p>
This is the Micro Python project, which aims to put an implementation
-of Python 3.x on a microcontroller.
+of Python 3.x on microcontrollers and small embedded systems.
-WARNING: this project is in early beta stage and is subject to large
-changes of the code-base, including project-wide name changes and API
-changes.
+WARNING: this project is in beta stage and is subject to changes of the
+code-base, including project-wide name changes and API changes.
Micro Python implements the entire Python 3.4 syntax (including exceptions,
"with", "yield from", etc.). The following core datatypes are provided: