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: