Update README.md (#47)

error when `cargo build` unless https prefix ("relative path without base") error
This commit is contained in:
Ali Atiia 2020-07-03 06:25:28 -04:00 committed by GitHub
parent da20a042d7
commit 04aefeb160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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" }
```
</details>
@ -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: