L0STE 9 月之前
父节点
当前提交
c8db95b276
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/token-metadata/guides/anchor/token-claimer-smart-contract.md

+ 1 - 1
src/pages/token-metadata/guides/anchor/token-claimer-smart-contract.md

@@ -130,7 +130,7 @@ cd token-claimer-example
 Then run the following command to install the merkle tree crate:
 
 ```
-cargo add svm_merkle_tree
+cargo add svm-merkle-tree --git https://github.com/deanmlittle/svm-merkle-tree
 ```
 
 And then we run the following command to install the anchor-spl to interact with the Token Program: