diff options
author | 2023-03-08 19:32:40 +0100 | |
---|---|---|
committer | 2023-03-08 19:32:40 +0100 | |
commit | 8f14b448d263a2cfd03a998b1d54c21e33d58980 (patch) | |
tree | a370bd6a0633419ad0c16068a9bc92f7b6bc08cc /examples/checkbox/README.md | |
parent | df68cca0c9dda051ae979ccc2f5ca8d37c3e3cb5 (diff) | |
parent | 782c080bd098dd56e74a3c8adabf09bf5dae047b (diff) | |
download | iced-8f14b448d263a2cfd03a998b1d54c21e33d58980.tar.gz iced-8f14b448d263a2cfd03a998b1d54c21e33d58980.tar.bz2 iced-8f14b448d263a2cfd03a998b1d54c21e33d58980.zip |
Merge pull request #1750 from lupd/checkbox_docs
Use correct package name in checkbox example docs
Diffstat (limited to 'examples/checkbox/README.md')
-rw-r--r-- | examples/checkbox/README.md | 2 |
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 |