From e9b4dcbf12670279455f4c5cc02e4cfd1db54a5d Mon Sep 17 00:00:00 2001 From: Mithgol Date: Thu, 13 Feb 2014 03:44:28 -0800 Subject: [PATCH] update `remote_uri` example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HTTPS remote_uri is required since springmeyer/node-pre-gyp@57c9a77264fd470ca88da2390dcac651de224b24. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d265b36a..9023dad1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ And example from `node-sqlite3` looks like: "binary": { "module_name": "node_sqlite3", "module_path": "./lib/binding/", - "remote_uri": "http://node-sqlite3.s3.amazonaws.com", + "remote_uri": "https://node-sqlite3.s3.amazonaws.com", "template": "{configuration}/{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz" } ```