Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Commit 471e844

Browse files
jeffwidmansaghul
authored andcommitted
doc: fix punctuation and grammar in README
1 parent e4dc4aa commit 471e844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Documentation can be browsed online [here](http://docs.libuv.org).
8585

8686
## Build Instructions
8787

88-
For GCC there are two methods building: via autotools or via [GYP][].
88+
For GCC there are two build methods: via autotools or via [GYP][].
8989
GYP is a meta-build system which can generate MSVS, Makefile, and XCode
9090
backends. It is best used for integration into other projects.
9191

@@ -100,7 +100,7 @@ To build with autotools:
100100
### Windows
101101

102102
First, [Python][] 2.6 or 2.7 must be installed as it is required by [GYP][].
103-
If python is not in your path set the environment variable `PYTHON` to its
103+
If python is not in your path, set the environment variable `PYTHON` to its
104104
location. For example: `set PYTHON=C:\Python27\python.exe`
105105

106106
To build with Visual Studio, launch a git shell (e.g. Cmd or PowerShell)

0 commit comments

Comments
 (0)