Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed May 10, 2024
1 parent 1e06f26 commit b0cdd1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/stellar-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Can invoke a contract method as a subcommand with different arguments. Anything
## Example

```
soroban invoke --id <CONTRACT_ID> --wasm <WASMFILE> -- --help
soroban invoke --id <CONTRACT_ID> --network futurenet -- --help
stellar invoke --id <CONTRACT_ID> --wasm <WASMFILE> -- --help
stellar invoke --id <CONTRACT_ID> --network futurenet -- --help
```

0 comments on commit b0cdd1f

Please sign in to comment.