Skip to content

Commit 72bbcda

Browse files
add hash function parameter related unit tests recommendation
1 parent 0172644 commit 72bbcda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ if (isValid) {
3232

3333
```
3434

35+
For more sophisticated examples please check the [unit tests](https://github.com/distributed-ledger-technology/merkle-trees/blob/main/src/merkle-tree.spec.ts).
36+
3537
## Unit Tests / Executable Specifications
3638

37-
You can execute the [unit tests](https://github.com/distributed-ledger-technology/merkle-trees/blob/main/src/merkle-tree.spec.ts) via:
39+
You can also execute the [unit tests](https://github.com/distributed-ledger-technology/merkle-trees/blob/main/src/merkle-tree.spec.ts) via:
3840

3941

4042
```sh

0 commit comments

Comments
 (0)