From 20003a1af86d3eb5470fc256aa9a102dd6241a51 Mon Sep 17 00:00:00 2001 From: Pia Date: Wed, 3 Apr 2024 20:49:23 +0900 Subject: [PATCH] readme smol fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f358a9..5ebfe2e 100644 --- a/README.md +++ b/README.md @@ -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