Fix README or arc example
This commit is contained in:
parent
4b8ae71b63
commit
1454bcda4c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## arc_to
|
||||
## Arc
|
||||
|
||||
An application that uses the `Canvas` widget to draw a rotating arc.
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ The __[`main`]__ file contains all the code of the example.
|
|||
|
||||
You can run it with `cargo run`:
|
||||
```
|
||||
cargo run --package arc_to
|
||||
cargo run --package arc
|
||||
```
|
||||
|
||||
[`main`]: src/main.rs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue