Browse Source

Merge pull request #289 from martiniwanowski/master

Fixed typo.
install_use_nvmrc
Tim Caswell 11 years ago
parent
commit
db3035c29b
  1. 2
      README.markdown

2
README.markdown

@ -42,7 +42,7 @@ And then in any new shell just use the installed version:
nvm use 0.10
You can create an `.nmvrc` file containing version number in the project root folder; run the following command to switch versions:
You can create an `.nvmrc` file containing version number in the project root folder; run the following command to switch versions:
nvm use

Loading…
Cancel
Save