diff --git a/install.sh b/install.sh index 7f405ef..4203fbf 100755 --- a/install.sh +++ b/install.sh @@ -358,7 +358,7 @@ nvm_check_global_modules() { command printf %s\\n "$NPM_GLOBAL_MODULES" nvm_echo '=> If you wish to uninstall them at a later point (or re-install them under your' # shellcheck disable=SC2016 - nvm_echo '=> `nvm` Nodes), you can remove them from the system Node as follows:' + nvm_echo '=> `nvm` node installs), you can remove them from the system Node as follows:' nvm_echo nvm_echo ' $ nvm use system' nvm_echo ' $ npm uninstall -g a_module'