Document how to reload nvm after upgrading
diff --git a/README.markdown b/README.markdown
index daa29b8..d88d884 100644
--- a/README.markdown
+++ b/README.markdown
@@ -60,6 +60,10 @@
 For manual upgrade with `git`, change to the `$NVM_DIR`, pull down the latest changes, and check out the latest version:
 
     cd "$NVM_DIR" && git pull origin master && git checkout `git describe --abbrev=0 --tags`
+    
+After upgrading, don't forget to activate the new version:
+
+    . "$NVM_DIR/nvm.sh"
 
 ## Usage