From a0727ac2261ce5e557a22ce504b20e64abdf1ede Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Thu, 2 May 2013 13:53:42 -0400 Subject: [PATCH] Virtualenv is a tool, and should be surrounded by backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1642539c6b..db839cfbfb 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ will be able to see and use those libraries. Incompatible dependencies? Use 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 +[`virtualenv`](http://www.virtualenv.org/), Ruby has [`bundler`](http://gembundler.com/), and Node has [`nave`](https://github.com/isaacs/nave). For each language, decide if you want to use a virtual environment, or if you want to install all the