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

Commit

Permalink
doc: fix punctuation and grammar in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman authored and saghul committed Oct 6, 2014
1 parent e4dc4aa commit 471e844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Documentation can be browsed online [here](http://docs.libuv.org).

## Build Instructions

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

Expand All @@ -100,7 +100,7 @@ To build with autotools:
### Windows

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

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

0 comments on commit 471e844

Please sign in to comment.