Skip to content

Commit

Permalink
Update README.md (cncjs#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Oct 21, 2017
1 parent eec27be commit 1182961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ export NVM_DIR="$HOME/.nvm"

Once installed, you can select Node.js versions with:
```
nvm install 4
nvm use 4
nvm install 6
nvm use 6
```

If you're using Node.js 4 or earlier versions, it's recommended that you upgrade npm to the latest version. To upgrade, run:
It's also recommended that you upgrade npm to the latest version. To upgrade, run:
```
npm install npm@latest -g
```
Expand Down

0 comments on commit 1182961

Please sign in to comment.