From a703d3591f17247c9ee99cdd43bd63b0b88fc604 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 2 Aug 2014 19:22:53 -0700 Subject: [PATCH] Tweaking the readme description --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e99abfe..03805f8 100644 --- a/README.markdown +++ b/README.markdown @@ -52,7 +52,7 @@ Or you can just run it: nvm run 0.10 --version -Or, you can run any arbitrary command in the node environment: +Or, you can run any arbitrary command in a subshell with the desired version of node: nvm exec 0.10 node --version