L0STE 9 kuukautta sitten
vanhempi
sitoutus
c8db95b276

+ 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: