From 5af8cec6dcc885ebc78d9b6727dd88ab9afc3e94 Mon Sep 17 00:00:00 2001 From: Nathan LaFreniere Date: Thu, 4 Oct 2012 09:37:12 -0700 Subject: [PATCH] updated readme --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 4b07b4d..938e425 100644 --- a/README.markdown +++ b/README.markdown @@ -21,16 +21,16 @@ Often I also put in a line to use a specific version of node. To download, compile, and install the v0.6.14 release of node, do this: - nvm install v0.6.14 + nvm install 0.6.14 And then in any new shell just use the installed version: - nvm use v0.6.14 + nvm use 0.6.14 Or you can just run it: - nvm run v0.6.14 + nvm run 0.6.14 If you want to see what versions are available: