Merge pull request #302 from janl/patch-1

Fix installation instructions: s/http/https/
This commit is contained in:
Nuno Job 2012-08-27 08:48:41 -07:00
commit bf04bbde8f

View File

@ -25,7 +25,7 @@ Let's suppose you were running multiple http application servers, but you only w
### Installing npm (node package manager)
```
curl http://npmjs.org/install.sh | sh
curl https://npmjs.org/install.sh | sh
```
### Installing node-http-proxy