summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-10 15:18:06 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-07-10 15:20:59 +0200
commit1454bcda4cf37f5d92c6034800eae2fc0aeb88ec (patch)
tree1d2da94897c5a8dcbe1ae31a81ebff7cd3a65d4e /examples
parent4b8ae71b6311f0e4906e445f099a3fdaf4623212 (diff)
downloadiced-1454bcda4cf37f5d92c6034800eae2fc0aeb88ec.tar.gz
iced-1454bcda4cf37f5d92c6034800eae2fc0aeb88ec.tar.bz2
iced-1454bcda4cf37f5d92c6034800eae2fc0aeb88ec.zip
Fix `README` or `arc` example
Diffstat (limited to 'examples')
-rw-r--r--examples/pure/arc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pure/arc/README.md b/examples/pure/arc/README.md
index 4cf99efb..303253da 100644
--- a/examples/pure/arc/README.md
+++ b/examples/pure/arc/README.md
@@ -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