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:
Per Lundberg 2018-07-27 23:26:59 +03:00 committed by GitHub
parent 51b0e60f9b
commit 82f1d3c82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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