From 7086278be2234b8a7728426fdee02486e01e9e69 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <50037567+olivmath@users.noreply.github.com> Date: Tue, 6 Feb 2024 01:10:29 -0300 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1afd9dd..ecbdae5 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,8 @@ The **simple and easy** implementation of **Rust Merkle Tree** ## How to install -```toml -# Cargo.toml - -[dependencies] -merkletreers = "*" +```shell +cargo add merkletreers ``` ## How to works