Skip to content

Commit bf04bbd

Browse files
committed
Merge pull request #302 from janl/patch-1
Fix installation instructions: s/http/https/
2 parents 4f6387c + 1db9542 commit bf04bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Let's suppose you were running multiple http application servers, but you only w
2525
### Installing npm (node package manager)
2626

2727
```
28-
curl http://npmjs.org/install.sh | sh
28+
curl https://npmjs.org/install.sh | sh
2929
```
3030

3131
### Installing node-http-proxy

0 commit comments

Comments
 (0)