Skip to content

Commit

Permalink
windows/README: Fix some typos and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
stinos committed May 1, 2017
1 parent e81f469 commit fa823ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions windows/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is experimental, community-supported Windows port of MicroPython.
This is the experimental, community-supported Windows port of MicroPython.
It is based on Unix port, and expected to remain so.
The port requires additional testing, debugging, and patches. Please
consider to contribute.
Expand All @@ -18,8 +18,8 @@ spurious errors (you may need to disable -Werror):
make CROSS_COMPILE=i586-mingw32msvc-


Bulding under Cygwin
--------------------
Building under Cygwin
---------------------

Install following packages using cygwin's setup.exe:

Expand All @@ -39,9 +39,9 @@ Or for 64bit:
Building using MS Visual Studio 2013 (or higher)
------------------------------------------------

In IDE, open `micropython.vcxproj` and build.
In the IDE, open `micropython.vcxproj` and build.

To build from command line:
To build from the command line:

msbuild micropython.vcxproj

Expand All @@ -50,7 +50,7 @@ Running on Linux using Wine
---------------------------

The default build (MICROPY_USE_READLINE=1) uses extended Windows console
functions and thus should be run using `wineconsole` tool. Depending
functions and thus should be ran using the `wineconsole` tool. Depending
on the Wine build configuration, you may also want to select the curses
backend which has the look&feel of a standard Unix console:

Expand Down

0 comments on commit fa823ea

Please sign in to comment.