Update README.md

This commit is contained in:
Daniel 2017-07-21 11:32:20 -07:00 committed by GitHub
parent 248706d5f8
commit c032f6b8a8

View File

@ -329,6 +329,11 @@ You can create a `.nvmrc` file containing version number in the project root dir
For example, to make nvm default to the latest 5.9 release for the current directory:
.nvmrc file:
```
5.9
```
```sh
$ echo "5.9" > .nvmrc