From 5d8773aa2549a463159371c156b18eedab7bbc2a Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Mon, 21 Jul 2014 10:40:39 -0700 Subject: [PATCH] Update README.md Fix link to node --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 443ed11308377..2f8f0867be3c0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob ## Building -In order to build the TypeScript compiler, ensure that you have [Git](http://git-scm.com/downloads) and [Node.js]((http://nodejs.org/) installed. +In order to build the TypeScript compiler, ensure that you have [Git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/) installed. Clone a copy of the repo: