Use correct package name in checkbox example docs

This commit is contained in:
lupd 2023-03-08 12:55:52 -05:00
parent df68cca0c9
commit 782c080bd0

View file

@ -6,7 +6,7 @@ The __[`main`]__ file contains all the code of the example.
You can run it with `cargo run`: You can run it with `cargo run`:
``` ```
cargo run --package pick_list cargo run --package checkbox
``` ```
[`main`]: src/main.rs [`main`]: src/main.rs