Fix installation instructions: s/http/https/

This commit is contained in:
Jan Lehnardt 2012-08-27 18:37:59 +03:00
parent 4f6387c17f
commit 1db9542723

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