summaryrefslogtreecommitdiffstats
path: root/examples/checkbox
diff options
context:
space:
mode:
authorLibravatar lupd <93457935+lupd@users.noreply.github.com>2023-03-08 12:55:52 -0500
committerLibravatar lupd <93457935+lupd@users.noreply.github.com>2023-03-08 12:55:52 -0500
commit782c080bd098dd56e74a3c8adabf09bf5dae047b (patch)
treea370bd6a0633419ad0c16068a9bc92f7b6bc08cc /examples/checkbox
parentdf68cca0c9dda051ae979ccc2f5ca8d37c3e3cb5 (diff)
downloadiced-782c080bd098dd56e74a3c8adabf09bf5dae047b.tar.gz
iced-782c080bd098dd56e74a3c8adabf09bf5dae047b.tar.bz2
iced-782c080bd098dd56e74a3c8adabf09bf5dae047b.zip
Use correct package name in checkbox example docs
Diffstat (limited to 'examples/checkbox')
-rw-r--r--examples/checkbox/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/checkbox/README.md b/examples/checkbox/README.md
index b7f85684..76e6764c 100644
--- a/examples/checkbox/README.md
+++ b/examples/checkbox/README.md
@@ -6,7 +6,7 @@ The __[`main`]__ file contains all the code of the example.
You can run it with `cargo run`:
```
-cargo run --package pick_list
+cargo run --package checkbox
```
[`main`]: src/main.rs