summaryrefslogtreecommitdiffstats
path: root/examples/checkbox
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-17 20:17:23 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-17 20:17:23 +0100
commitd1dc62ebcdab6ec57605d276a02d6dae1e97c30d (patch)
tree66ab2733d426b887731ba32b32c03a0f1ba43451 /examples/checkbox
parentea50ec8df1431c9c6aa8077cd1578c4698dc0314 (diff)
parentd7fffaa801423ae989fa7693f5b1cb424194e1ff (diff)
downloadiced-d1dc62ebcdab6ec57605d276a02d6dae1e97c30d.tar.gz
iced-d1dc62ebcdab6ec57605d276a02d6dae1e97c30d.tar.bz2
iced-d1dc62ebcdab6ec57605d276a02d6dae1e97c30d.zip
Merge branch 'master' into advanced-text
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