Skip to content

Commit

Permalink
Merge pull request #11 from as-ifn-at/patch-1
Browse files Browse the repository at this point in the history
updated readme for v2
  • Loading branch information
mcdee authored Feb 8, 2024
2 parents 46c6238 + 6a94b48 commit e110471
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 @@ -23,7 +23,7 @@ Go implementation of a Merkle tree.
`go-merkletree` is a standard Go module which can be installed with:

```sh
go get github.com/wealdtech/go-merkletree
go get github.com/wealdtech/go-merkletree/v2
```

## Usage
Expand All @@ -47,7 +47,7 @@ and below is a proof visualisation with the value being proved in red, the inter
package main

import (
merkletree "github.com/wealdtech/go-merkletree"
merkletree "github.com/wealdtech/go-merkletree/v2"
)

// Example using the Merkle tree to generate and verify proofs.
Expand Down

0 comments on commit e110471

Please sign in to comment.