update README.md

My dudes, I am pretty certain it should be

`nvm alias default <node-version>` not  `nvm alias default node`

right?
This commit is contained in:
Operations Research Engineering Software+ 2017-11-07 10:30:40 -08:00 committed by GitHub
parent 9953a52afb
commit b3786ece7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,7 +299,7 @@ nvm deactivate
To set a default Node version to be used in any new shell, use the alias 'default':
```sh
nvm alias default node
nvm alias default <node-version>
```
To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`: