Fix README or arc example

This commit is contained in:
Héctor Ramón Jiménez 2022-07-10 15:18:06 +02:00
parent 4b8ae71b63
commit 1454bcda4c
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

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