Merge pull request #1750 from lupd/checkbox_docs

Use correct package name in checkbox example docs
This commit is contained in:
Héctor Ramón 2023-03-08 19:32:40 +01:00 committed by GitHub
commit 8f14b448d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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