From d8d5e1779605ca0be01229fc63750c29d309b377 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Tue, 3 Nov 2015 11:24:34 +0000 Subject: [PATCH] docs(readme): fix nvm link Closes #309 Closes #338 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 034cc7d506..857543ac59 100644 --- a/README.md +++ b/README.md @@ -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`.