Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Update README.md #47

Merged
merged 1 commit into from
Jul 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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:
Expand Down