docs: fix typo

This commit is contained in:
cedoor
2022-01-25 15:21:59 +01:00
parent 00f1d62587
commit 2cdb2e5ab7

View File

@@ -215,7 +215,7 @@ cd zk-kit
cp -r packages/sparse-merkle-tree packages/my-package
cd packages/my-package && rm -fr node_modules dist
grep -r -l "sparse-merkle-tree" . | xargs sed -i 's/sparse-merkle-tree/my-package/'
# Update the remaining descriptions/usage section, and write your code in the src & tests folder!
# Update the remaining description/usage sections, and write your code in the src & tests folders!
```
#### How can I test and publish my library?