summaryrefslogtreecommitdiffstatshomepage
path: root/windows/README.md
diff options
context:
space:
mode:
authorstijn <stijn@ignitron.net>2017-05-01 11:39:39 +0200
committerstijn <stijn@ignitron.net>2017-05-01 11:58:47 +0200
commitfa823ea893e251214f1e8eea371c922ed6ba9a6d (patch)
tree8a74a45e801ce463bcae857cd17ff581dbbe439a /windows/README.md
parente81f46940e005e07502e3952f5b0feb23037235b (diff)
downloadmicropython-fa823ea893e251214f1e8eea371c922ed6ba9a6d.tar.gz
micropython-fa823ea893e251214f1e8eea371c922ed6ba9a6d.zip
windows/README: Fix some typos and grammar
Diffstat (limited to 'windows/README.md')
-rw-r--r--windows/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/windows/README.md b/windows/README.md
index b181908fe8..a263d85495 100644
--- a/windows/README.md
+++ b/windows/README.md
@@ -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.
@@ -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:
@@ -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
@@ -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: