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: