Use correct package name in checkbox example docs
This commit is contained in:
parent
df68cca0c9
commit
782c080bd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue