Update README.markdown

Change Bash completion source instructions to be consistent with the source instructions for nvm itself.
This commit is contained in:
Dwayne Crooks 2016-01-15 05:04:25 -04:00
parent 1ba8a96ec9
commit 843b5f3661
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ Nota bene: Avoid running nvm while the tests are running.
To activate, you need to source `bash_completion`:
[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion
[ -r "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion"
Put the above sourcing line just below the sourcing line for NVM in your profile (`.bashrc`, `.bash_profile`).