Skip to content

Commit

Permalink
update remote_uri example
Browse files Browse the repository at this point in the history
HTTPS remote_uri is required since 57c9a77.
  • Loading branch information
Mithgol committed Feb 13, 2014
1 parent eaea6e1 commit e9b4dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand Down

0 comments on commit e9b4dcb

Please sign in to comment.