From 300ef2b1b2df3e7eede0ddd7016fe49c067bb50d Mon Sep 17 00:00:00 2001 From: Dennis <10233439+idea404@users.noreply.github.com> Date: Tue, 7 Jun 2022 08:35:19 +0100 Subject: [PATCH] Update README.md add specificity to example parameter name Co-authored-by: Serhii Volovyk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15cb78990..625e66e34 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ near js deploy --accountId --base64File build/.bas 5. Interact with your contract using NEAR CLI or `near-api-js`. Encode the parameters and call. If the call cause the state increasement, you also need to attach NEAR to cover the storage deposit for the delta. ```sh -near js call --accountId --args --deposit 0.1 --jsvm +near js call --accountId --args --deposit 0.1 --jsvm ``` 6. If you want to remove the js contract and withdraw the storage deposit, use: