diff --git a/README.markdown b/README.markdown index 63030d7..505612e 100644 --- a/README.markdown +++ b/README.markdown @@ -20,9 +20,10 @@ 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 `PROFILE` variables. Eg: `curl ... | NVM_DIR=/usr/local/nvm bash` 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 bash` for a global install. -*NB. The installer can use Git, curl, or wget to download NVM, whatever is available.* +*NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.* ### Manual install