diff --git a/FAQ.md b/FAQ.md index e0f833a..c96d1b4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,6 +1,6 @@ #FAQ -**What are the differences between MicroPython and standard python (CPython)?** +**What are the differences between MicroPython and standard Python (CPython)?** > Please see the [[Differences]] wiki page @@ -22,6 +22,6 @@ > * Some informal performance samples: **[[Performance]]** > * Continuous Integration performance testing: http://micropython.org/resources/code-dashboard/ (look for "pystones" curve). -**How many platforms are supported by MicroPython** +**How many platforms are supported by MicroPython?** -> All standard OS's are supported (Mac, Windows, Linux), as well as [[these embedded platforms|Boards Summary]] \ No newline at end of file +> All standard OS's are supported (Mac, Windows, Linux), as well as [[these embedded platforms|Boards Summary]]. MicroPython is written in ANSI C and can be easily ported to new OS/hardware.