Skip to content

Commit 3d91c13

Browse files
committed
Removed need for account ID flag in view call
1 parent e88c083 commit 3d91c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/contracts/js/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ near js call $JS_CONTRACT init --accountId $JS_CONTRACT --deposit 0.1
285285
Once the contract is initialized, you can view the current greeting by performing a view call:
286286

287287
```bash
288-
near js view $JS_CONTRACT get_greeting --accountId $JS_CONTRACT
288+
near js view $JS_CONTRACT get_greeting
289289
```
290290

291291
This should return something similar to:

0 commit comments

Comments
 (0)