Update the sample text to reflect current stable
parent
d13d6b199a
commit
f668d354a9
4
nvm.sh
4
nvm.sh
|
@ -27,8 +27,8 @@ nvm()
|
||||||
echo " nvm deactivate Undo effects of NVM on current shell"
|
echo " nvm deactivate Undo effects of NVM on current shell"
|
||||||
echo
|
echo
|
||||||
echo "Example:"
|
echo "Example:"
|
||||||
echo " nvm install v0.2.5"
|
echo " nvm install v0.4.0"
|
||||||
echo " nvm use v0.2.5"
|
echo " nvm use v0.4.0"
|
||||||
echo
|
echo
|
||||||
;;
|
;;
|
||||||
"install" )
|
"install" )
|
||||||
|
|
Loading…
Reference in New Issue