Skip to content

Commit fa823ea

Browse files
committed
windows/README: Fix some typos and grammar
1 parent e81f469 commit fa823ea

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

windows/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is experimental, community-supported Windows port of MicroPython.
1+
This is the experimental, community-supported Windows port of MicroPython.
22
It is based on Unix port, and expected to remain so.
33
The port requires additional testing, debugging, and patches. Please
44
consider 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

2424
Install following packages using cygwin's setup.exe:
2525

@@ -39,9 +39,9 @@ Or for 64bit:
3939
Building 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

5252
The 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
5454
on the Wine build configuration, you may also want to select the curses
5555
backend which has the look&feel of a standard Unix console:
5656

0 commit comments

Comments
 (0)