Skip to content

Commit

Permalink
Versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bazyli committed Jun 21, 2024
1 parent 6de8d34 commit 0fd6920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
ethers-web = "0.1"
ethers-web = "0.2"
```

Depending on the web framework you are using you might want to enable proper feature.
Expand All @@ -14,7 +14,7 @@ For `yew` you should simply enable its feature first:

```toml
[dependencies]
ethers-web = { version = "0.1", features = [ "yew" ] }
ethers-web = { version = "0.2", features = [ "yew" ] }
```

In `examples` folder you will find an example yew application that is using an `yew::UseEthereum` that will allow you to connect to chosen wallet and maintain its life cycle
Expand Down

0 comments on commit 0fd6920

Please sign in to comment.