mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
docs: fix typo
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user