Update README.md (#47)
error when `cargo build` unless https prefix ("relative path without base") error
This commit is contained in:
parent
da20a042d7
commit
04aefeb160
|
@ -15,7 +15,7 @@ Alternatively, you may clone the repository and run `cd ethers/ && cargo doc --o
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
ethers = { git = "github.com/gakonst/ethers-rs" }
|
ethers = { git = "https://github.com/gakonst/ethers-rs" }
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
@ -27,7 +27,7 @@ ethers = { git = "github.com/gakonst/ethers-rs" }
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[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:
|
Celo's transactions differ from Ethereum transactions by including 3 new fields:
|
||||||
|
|
Loading…
Reference in New Issue