docs: remove running examples directory from README

This commit is contained in:
rzmk 2026-06-11 16:12:20 -04:00
parent ce232bb88e
commit 78d3eeaac9

View file

@ -90,12 +90,3 @@ To run some of the tests in the `tests` directory, first replace the values for
```bash ```bash
cargo test cargo test
``` ```
## Examples
You can run an example from the `examples` directory by first changing into the directory then running `cargo run`. For example:
```bash
cd examples/status-show
cargo run
```