diff --git a/README.md b/README.md index dcaf0f0c38a..0a31671f697 100644 --- a/README.md +++ b/README.md @@ -855,7 +855,8 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [[ -r $NVM_DIR/bash_completion ]] && \. $NVM_DIR/bash_completion ``` -Finally, use `nvm unload` to remove nvm command from your terminal. +Finally, use `nvm unload` to remove the nvm command from your terminal session. + ## Docker For Development Environment To make the development and testing work easier, we have a Dockerfile for development usage, which is based on Ubuntu 18.04 base image, prepared with essential and useful tools for `nvm` development, to build the docker image of the environment, run the docker command at the root of `nvm` repository: