diff --git a/README.markdown b/README.markdown index 94dda0b..d87f3c5 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ or Wget: The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc` or `~/.profile`). -You can customize the install source, directory and profile using the `NVM_SOURCE`, `NVM_DIR` and `NVM_PROFILE` variables. Eg: `curl ... | NVM_DIR=/usr/local/nvm sh` for a global install. +You can customize the install source, directory and profile using the `NVM_SOURCE`, `NVM_DIR` and `PROFILE` variables. Eg: `curl ... | NVM_DIR=/usr/local/nvm sh` for a global install. *NB. The installer can use Git, cURL or Wget to download NVM, whatever is available.*