Skip to content

Commit

Permalink
README cleanup: Use the Oxford comma, properly lowercase commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 20, 2014
1 parent ca89cce commit a7b1f93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ or Wget:

<sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc` or `~/.profile`).</sub>

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.

<sub>*NB. The installer can use Git, curl, or wget to download NVM, whatever is available.*</sub>
<sub>*NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.*</sub>

### Manual install

Expand Down

0 comments on commit a7b1f93

Please sign in to comment.