[Docs] Added missing piece

This sentence broke my brain when I read it the first time :) I hope this helps.
David Gatti 2017-11-08 01:02:15 +01:00 committed by Jordan Harband
parent 9953a52afb
commit a7b7eec0c5
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ NVM_IOJS_ORG_MIRROR=https://iojs.org/dist nvm install iojs-v1.0.3
### .nvmrc ### .nvmrc
You can create a `.nvmrc` file containing version number in the project root directory (or any parent directory). You can create a `.nvmrc` file containing version number in the project root directory (or any parent directory).
`nvm use`, `nvm install`, `nvm exec`, `nvm run`, and `nvm which` will all respect an `.nvmrc` file when a version is not supplied. `nvm use`, `nvm install`, `nvm exec`, `nvm run`, and `nvm which` will all respect an `.nvmrc` file when a version is not supplied on the command line.
For example, to make nvm default to the latest 5.9 release for the current directory: For example, to make nvm default to the latest 5.9 release for the current directory: