Skip to content

Commit

Permalink
Add language type to code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Apr 17, 2024
1 parent 0bc30c2 commit 6f9c55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This library doesn't hash the leaves.

You can find examples for how to get started with this library in the [examples directory](./examples/README.md). However, this is a quick example:

```
```rust
use blake2::{digest::typenum, Digest};
use merkletree::{hasher::PairHasher, tree::MerkleTree};

Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
To run any example, say `basic.rs`, use the command

```
```bash
cargo run --example basic
```

0 comments on commit 6f9c55f

Please sign in to comment.