1- This is experimental, community-supported Windows port of MicroPython.
1+ This is the experimental, community-supported Windows port of MicroPython.
22It is based on Unix port, and expected to remain so.
33The port requires additional testing, debugging, and patches. Please
44consider to contribute.
@@ -18,8 +18,8 @@ spurious errors (you may need to disable -Werror):
1818 make CROSS_COMPILE=i586-mingw32msvc-
1919
2020
21- Bulding under Cygwin
22- --------------------
21+ Building under Cygwin
22+ ---------------------
2323
2424Install following packages using cygwin's setup.exe:
2525
@@ -39,9 +39,9 @@ Or for 64bit:
3939Building using MS Visual Studio 2013 (or higher)
4040------------------------------------------------
4141
42- In IDE, open ` micropython.vcxproj ` and build.
42+ In the IDE, open ` micropython.vcxproj ` and build.
4343
44- To build from command line:
44+ To build from the command line:
4545
4646 msbuild micropython.vcxproj
4747
@@ -50,7 +50,7 @@ Running on Linux using Wine
5050---------------------------
5151
5252The default build (MICROPY_USE_READLINE=1) uses extended Windows console
53- functions and thus should be run using ` wineconsole ` tool. Depending
53+ functions and thus should be ran using the ` wineconsole ` tool. Depending
5454on the Wine build configuration, you may also want to select the curses
5555backend which has the look&feel of a standard Unix console:
5656
0 commit comments