From bc508802e5f535a4cac022484af1e6983cbe3d8d Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Wed, 12 Dec 2012 09:48:26 -0600 Subject: [PATCH] Update README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7d6be52..f989b1c 100644 --- a/README.markdown +++ b/README.markdown @@ -29,7 +29,7 @@ To activate nvm, you need to source it from your bash shell . ~/nvm/nvm.sh -I always add this line to my `~/.bashrc` or `~/.profile` file to have it automatically sources upon login. +I always add this line to my `~/.bashrc` or `~/.profile` file to have it automatically sourced upon login. Often I also put in a line to use a specific version of node. ## Usage