From ee6d68e2e0ecc701f3f97c2110cc671c67c58ed3 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Fri, 3 May 2013 14:41:58 -0400 Subject: [PATCH] grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e534730d..5ac5f91632 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ different virtual environments, and your problem is solved. Once again, each language has a different implementation. Python has [`virtualenv`](http://www.virtualenv.org/), Ruby has [`bundler`](http://gembundler.com/), and Node's virtual environment support -is built into [`npm`](https://npmjs.org/), it's library management tool. +is built into [`npm`](https://npmjs.org/), its library management tool. For each language, decide if you want to use a virtual environment, or if you want to install all the language dependencies globally (and risk conflicts). I suggest you start with installing things globally until and unless things