1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

doc: fix punctuation and grammar in README

This commit is contained in:
Jeff Widman 2014-10-05 02:12:43 -07:00 committed by Saúl Ibarra Corretgé
parent e4dc4aaac5
commit 471e844793

View File

@ -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.
@ -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)