Skip to content

Commit

Permalink
Update docs/2.develop/contracts/quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Jan 16, 2024
1 parent 11c38ba commit b62dc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.develop/contracts/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ To interact with your deployed smart contract you can call its methods using the
The `get_greeting` method is a [`view`](./anatomy.md#public-methods) method, meaning it only reads from the contract's state, and thus can be called for **free**.
```bash
> near contract call-function as-read-only as-read-only <created-account> get_greeting
> near contract call-function as-read-only <created-account> get_greeting
"Hello" # Response
```
Expand Down

0 comments on commit b62dc7b

Please sign in to comment.