From 683906cdaf050ee94fa1e0b3972d6853d1dff8b5 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 6 May 2013 11:17:28 -0400 Subject: [PATCH] "One again" -> "Remember" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76dbe4b150..cd6a95cb0a 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ into an isolated environment, only projects that live inside the environment 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 +Remember, 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/), its library management tool.