From 96641807ebd0d5d4f2beed98e410a50800b4403c Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Tue, 23 Sep 2014 21:55:53 -0500 Subject: [PATCH] Minor tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1d486..5eb446b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Manage multiple installations of node.js on a Windows computer. -**tl;dr** This is the Windows version of [nvm](https://github.com/creationix/nvm). +**tl;dr** It's basically [nvm](https://github.com/creationix/nvm) for Windows. There are situations where the ability to switch between different versions of Node.js can be very useful and save a lot of time. For example, if you want to test a module you're developing with the latest -- GitLab