Clarify difference between `nvm ls` and `nvm ls-remote`.
diff --git a/README.markdown b/README.markdown index 4c76b21..a85482f 100644 --- a/README.markdown +++ b/README.markdown
@@ -46,10 +46,14 @@ nvm run 0.8 -If you want to see what versions are available: +If you want to see what versions are installed: nvm ls +If you want to see what versions are available to install: + + nvm ls-remote + To restore your PATH, you can deactivate it. nvm deactivate