From 82f1d3c82a820a8911478e43a663114153c97540 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Fri, 27 Jul 2018 23:26:59 +0300 Subject: [PATCH] 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.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0261414b9956..b99c7009927f4 100644 --- a/README.md +++ b/README.md @@ -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