From e4732b0463d1dafd8029aaa38f5c482cd7a68702 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Thu, 16 Aug 2012 13:33:51 -0700 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated curl https://npmjs.org/install.sh | sh link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56bef3c1e..d5ef7e210 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 2. Install CoffeeScript http://coffeescript.org/ ``` brew install nodejs -curl http://npmjs.org/install.sh | sh +curl https://npmjs.org/install.sh | sh npm i -g coffee-script ```