Skip to content

Commit

Permalink
Merge pull request #184 from k9thebeast/master
Browse files Browse the repository at this point in the history
Updated readme for "near send"
  • Loading branch information
vgrichina committed Nov 8, 2019
2 parents e2e579e + 56efcf1 commit bc48dda
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 bc48dda

Please sign in to comment.