From 4dda23745b50999095a0127d75f22694c58f1ee2 Mon Sep 17 00:00:00 2001 From: Arnold Daniels Date: Tue, 11 Jun 2024 23:38:24 +0200 Subject: [PATCH] Update README.md [skip ci] --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca7603e..7f05ded 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ lto data get --key foo ### Script ``` -echo $SCRIPT | lto script +cat my_script | lto script ``` ## Common options @@ -147,19 +147,17 @@ echo $SCRIPT | lto script #### `--network` -Use `--network T` to use testnet instead of mainnet. You need to setup accounts specifically for testnet. +Use `--network T` or `-T` to use testnet instead of mainnet. You need to set up accounts specifically for testnet. #### `--account` Select one of the accounts configured during setup. The account can be referenced by name or address. The name is only known locally. -If this option is omited, the default account is used. +If this option is omitted, the default account is used. #### `--sponsor` Choose an account to sponsor the transaction. The sponsor will co-sign the transaction and pay the transaction fee. -_This feature is not yet available as it requires the Cobalt update to be activated._ - #### `--no-broadcast` Create and sign the transaction, but don't broadcast it to the node. The JSON will be outputted.