Skip to content

Commit

Permalink
update:docs
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-doshi committed Aug 10, 2024
1 parent 377eba9 commit b70076a
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 @@ -2,7 +2,7 @@
A Rust Library to generate Merkle Trees.


<a href="https://crates.io"><img src="https://img.shields.io/static/v1?label=crates.io&message=0.1.0&color=white&link=https://docs.rs" /></a> <a href="https://docs.rs"><img src="https://img.shields.io/static/v1?label=docs&message=passing&color=blue&link=https://docs.rs" /></a> <a href="https://docs.rs"><img src="https://img.shields.io/static/v1?label=Build and test&message=passing&color=lightgreen&link=https://docs.rs" /></a>
<a href="https://crates.io/crates/rs-merkletree"><img src="https://img.shields.io/static/v1?label=crates.io&message=0.1.0&color=white&link=https://docs.rs/rs-merkletree/" /></a> <a href="https://docs.rs/rs-merkletree/"><img src="https://img.shields.io/static/v1?label=docs&message=passing&color=blue&link=https://docs.rs/rs-merkletree/" /></a> <a href="https://docs.rs/rs-merkletree/"><img src="https://img.shields.io/static/v1?label=Build and test&message=passing&color=lightgreen&link=https://docs.rs/rs-merkletree/" /></a>

[![github](https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/varun-doshi/rs-merkletree)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/Varunx10)
Expand Down Expand Up @@ -48,7 +48,7 @@ assert_eq!(
);
```

For more examples, check out the official [docs](https://crates.io) or the `tests` folder
For more examples, check out the official [docs](https://crates.io/crates/rs-merkletree) or the `tests` folder

## License

Expand Down

0 comments on commit b70076a

Please sign in to comment.