Skip to content

Commit

Permalink
readme smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Apr 3, 2024
1 parent dfaf3af commit 20003a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ A comprehensive proofs handler for Ethereum trie. Tested with various EIPs inclu

## Installation

Use the following command to add `eth-trie-proofs` to your project:
Add dependency `eth-trie-proofs` to your project:

```bash
❯ cargo add eth-trie-proofs
```
eth-trie-proofs = { git = "https://github.com/HerodotusDev/eth-trie-proofs.git", branch = "main" }
```

## Example
Expand Down

0 comments on commit 20003a1

Please sign in to comment.