From af77a0b16cd9afd712c6fb00e1141e4b93da83c3 Mon Sep 17 00:00:00 2001 From: Ali Atiia <42751398+aliatiia@users.noreply.github.com> Date: Thu, 2 Jul 2020 22:27:56 -0400 Subject: [PATCH] Update README.md 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 5977ae593..adb06f906 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: