Fixed README

Changed 'respect' to 'expect' to make sense in sentence.
This commit is contained in:
Ingelheim 2015-09-23 12:51:54 +01:00
parent 6e894520ec
commit 6a4431d6d0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Often I also put in a line to use a specific version of node.
## Usage ## Usage
You can create an `.nvmrc` file containing version number in the project root directory (or any parent directory). You can create an `.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 expect an `.nvmrc` file when a version is not supplied.
To download, compile, and install the latest v0.10.x release of node, do this: To download, compile, and install the latest v0.10.x release of node, do this: