Skip to content

Commit

Permalink
Replace example example with a working one (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Jul 31, 2023
1 parent d56d15c commit 85ce3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@ You can use the provided code [examples](sdk/examples) to get acquainted with th
command to run any example:

```bash
cargo run --example example_name --release
cargo run --release --all-features --example example_name
```

Where `example_name` is the name from the [Cargo.toml](sdk/Cargo.toml) name from the example folder. For example:

```bash
cargo run --example node_api_core_get_info --release
cargo run --release --all-features --example create_account
```

You can get a list of the available code examples with the following command:
Expand Down

0 comments on commit 85ce3b2

Please sign in to comment.