Skip to content

Commit

Permalink
Updated readme for "near send"
Browse files Browse the repository at this point in the history
  • Loading branch information
Canaan Linder committed Nov 7, 2019
1 parent e2e579e commit 56efcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ near <command>
near view <contractName> <methodName> # make smart contract call which can
[args] # view state
near state <accountId> # view account
near send <receiver> <amount> # send tokens to given receiver
near send <sender> <receiver> <amount> # send tokens to given receiver
near clean # clean the build environment
near new_project [projectDir] # create a new blank project
near stake [accountId] [publicKey] [amount] # create staking transaction
Expand Down

0 comments on commit 56efcf1

Please sign in to comment.