From f78afc69ce01d9cebd96740e1783dd80c21060c9 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 20 Aug 2015 00:30:01 +0300 Subject: [PATCH] Formatting. Mention ANSI C compatibility. --- FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.