From 78d3eeaac943467166c23ba11b4460f116f85fb6 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:12:20 -0400 Subject: [PATCH] docs: remove running examples directory from README --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 2436c0f..568d2a6 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,3 @@ To run some of the tests in the `tests` directory, first replace the values for ```bash 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 -``` \ No newline at end of file