Skip to content

Commit 20003a1

Browse files
committed
readme smol fix
1 parent dfaf3af commit 20003a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ A comprehensive proofs handler for Ethereum trie. Tested with various EIPs inclu
2121

2222
## Installation
2323

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

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

3030
## Example

0 commit comments

Comments
 (0)