From 882f49c7baf97bb2c66d35eaff9906fba9d4a8b7 Mon Sep 17 00:00:00 2001 From: Swen Mun Date: Wed, 5 Sep 2018 22:00:28 +0900 Subject: [PATCH] Fix the example code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a964ad..1599d67 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ pip install merkletools ### Create MerkleTools Object ```python -import merkletools +from merkletools import MerkleTools mt = MerkleTools(hash_type="md5") # default is sha256 # valid hashTypes include all crypto hash algorithms