README.md: suggest usage of https instead of git protocol
The `git` protocol is unencrypted which means other parties could potentially eavesdrop your traffic. `https` or `ssh` is often encouraged because of this. (For example, the Ruby package manager `bundler` prints a warning when `git` sources are being used.)
This commit is contained in:
parent
51b0e60f9b
commit
82f1d3c82a
@ -43,7 +43,7 @@ directory `build/chromium`.
|
||||
|
||||
To get a local copy of the current code, clone it using git:
|
||||
|
||||
$ git clone git://github.com/mozilla/pdf.js.git
|
||||
$ git clone https://github.com/mozilla/pdf.js.git
|
||||
$ cd pdf.js
|
||||
|
||||
Next, install Node.js via the [official package](http://nodejs.org) or via
|
||||
|
Loading…
Reference in New Issue
Block a user