From 04aefeb1605ad2b961dff300157b0280d9c4c169 Mon Sep 17 00:00:00 2001 From: Ali Atiia <42751398+aliatiia@users.noreply.github.com> Date: Fri, 3 Jul 2020 06:25:28 -0400 Subject: [PATCH] Update README.md (#47) error when `cargo build` unless https prefix ("relative path without base") error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5977ae59..adb06f90 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Alternatively, you may clone the repository and run `cd ethers/ && cargo doc --o ```toml [dependencies] -ethers = { git = "github.com/gakonst/ethers-rs" } +ethers = { git = "https://github.com/gakonst/ethers-rs" } ``` @@ -27,7 +27,7 @@ ethers = { git = "github.com/gakonst/ethers-rs" } ```toml [dependencies] -ethers = { git = "github.com/gakonst/ethers-rs", features = ["celo"] } +ethers = { git = "https://github.com/gakonst/ethers-rs", features = ["celo"] } ``` Celo's transactions differ from Ethereum transactions by including 3 new fields: