nvm
nvm copied to clipboard
Typo in install script instructions
The installation script has a typo on line 461 of the latest version (0.40.1)
if ${BASH_OR_ZSH} && [ -z "${NVM_PROFILE-}" ] ; then
nvm_echo "=> Please also append the following lines to the if you are using bash/zsh shell:"
command printf "${COMPLETION_STR}"
fi
There is a word missing between "... append the following lines to the" and "if you are using ...."
That’s been there for 9 years since #753 and nobody’s noticed :-p thanks, I’ll update it.