Skip to content

Commit

Permalink
Fix txpo in README (#216)
Browse files Browse the repository at this point in the history
Signed-off-by: Furkan <[email protected]>
  • Loading branch information
fessmm authored Feb 2, 2024
1 parent e203f8f commit d32a24d
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 @@ -106,7 +106,7 @@ alias hcli="node /Users/myUser/hedera-cli/dist/hedera-cli.js"

**7. Optional: Download Example Scripts**

You can download example scripts from the [examples file](./src/commands/script/examples.json]) and add them to your state. This allows you to quickly test the CLI tool and see how scripting functionality works. You can download the example scripts using the following command:
You can download example scripts from the [examples file](./src/commands/script/examples.json) and add them to your state. This allows you to quickly test the CLI tool and see how scripting functionality works. You can download the example scripts using the following command:

```sh
node dist/hedera-cli.js state download --url https://raw.githubusercontent.com/hashgraph/hedera-cli/main/src/commands/script/examples.json --merge
Expand Down

0 comments on commit d32a24d

Please sign in to comment.