summaryrefslogtreecommitdiffstats
path: root/examples/checkbox
diff options
context:
space:
mode:
authorLibravatar Bingus <shankern@protonmail.com>2023-03-13 13:23:45 -0700
committerLibravatar Bingus <shankern@protonmail.com>2023-03-13 13:23:45 -0700
commitfa068b904a904c86195ebfaa4e953466426a27aa (patch)
tree146034f9e333082ec4cf84aa41f9275616f30bb1 /examples/checkbox
parente36daa6f937abd7cb2071fd8852a3c12263944ea (diff)
parent8f14b448d263a2cfd03a998b1d54c21e33d58980 (diff)
downloadiced-fa068b904a904c86195ebfaa4e953466426a27aa.tar.gz
iced-fa068b904a904c86195ebfaa4e953466426a27aa.tar.bz2
iced-fa068b904a904c86195ebfaa4e953466426a27aa.zip
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
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