Skip to content

Commit 1db9542

Browse files
committed
Fix installation instructions: s/http/https/
1 parent 4f6387c commit 1db9542

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)