Update README.md

Updated curl https://npmjs.org/install.sh | sh link
This commit is contained in:
Matt Graham
2012-08-16 13:33:51 -07:00
parent 60a4af4653
commit e4732b0463

View File

@@ -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
```