Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/quickstart/pages/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ Installing code for canister hello_assets, with canister_id ic:04000000000000000
+
[source,bash]
----
dfx canister call hello greet everyone
dfx canister call hello greet --type string everyone
----
+
This example uses the `+dfx canister call+` command to pass "everyone" as an argument to the `+greet+` function.
This example uses the `+dfx canister call+` command to pass "everyone" as a string argument to the `+greet+` function.
. Verify the command displays the return value of the `+greet+` function.
+
For example:
Expand Down