diff --git a/packages/smt/README.md b/packages/smt/README.md index fd15c528..3b2880a9 100644 --- a/packages/smt/README.md +++ b/packages/smt/README.md @@ -92,7 +92,7 @@ import { poseidon2, poseidon3 } from "poseidon-lite" // Hexadecimal hashes. const hash = (childNodes: ChildNodes) => sha256(childNodes.join("")).toString() -// Create the SMT with an Hexadecimal (SHA256) hash. +// Create the SMT with a Hexadecimal (SHA256) hash. const tree = new SMT(hash) // 0