Lowercasing nvm like npm.

master
Jordan Harband 2013-08-20 10:39:44 -07:00
parent 8e8da23711
commit 1478c72124
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ or Wget:
wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh
<sub>The script clones the Nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile` or `~/.profile`).</sub> <sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile` or `~/.profile`).</sub>
### Manual install ### Manual install
@ -68,7 +68,7 @@ To set a default Node version to be used in any new shell, use the alias 'defaul
## License ## License
Nvm is released under the MIT license. nvm is released under the MIT license.
Copyright (C) 2010-2013 Tim Caswell Copyright (C) 2010-2013 Tim Caswell