docs(readme): fix nvm link

Closes #309
Closes #338
This commit is contained in:
Filipe Silva 2015-11-03 11:24:34 +00:00 committed by Peter Bacon Darwin
parent 021c12d58a
commit d8d5e17796
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Angular.io is currently the preview site for Angular 2. This site also includes
## Development Setup
1. install [nvm](https://www.npmjs.com/package/nvm)
1. install [nvm](https://github.com/creationix/nvm)
2. Clone this repo and [angular](https://github.com/angular/angular) on the same parent directory
3. cd into root directory `angular.io/`
4. make sure you are using the latest node and npm by running `nvm use 4`.