summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar arslee07 <mail@arslee.me>2023-11-22 00:32:01 +0900
committerLibravatar GitHub <noreply@github.com>2023-11-22 00:32:01 +0900
commit921ddec1285027a6a2feb88b0a5c29ec8f942f8b (patch)
treec8f5e1f0e08eed43c77ed7a6c127777fcd4ab6b6 /examples
parent7dd32f3be43c72e11dac5e07918e9ad6d36b6555 (diff)
downloadiced-921ddec1285027a6a2feb88b0a5c29ec8f942f8b.tar.gz
iced-921ddec1285027a6a2feb88b0a5c29ec8f942f8b.tar.bz2
iced-921ddec1285027a6a2feb88b0a5c29ec8f942f8b.zip
Use the correct GIF for the progress bar example
Diffstat (limited to 'examples')
-rw-r--r--examples/progress_bar/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/progress_bar/README.md b/examples/progress_bar/README.md
index 1268ac6b..a87829c6 100644
--- a/examples/progress_bar/README.md
+++ b/examples/progress_bar/README.md
@@ -5,7 +5,7 @@ A simple progress bar that can be filled by using a slider.
The __[`main`]__ file contains all the code of the example.
<div align="center">
- <img src="https://iced.rs/examples/pokedex.gif">
+ <img src="https://iced.rs/examples/progress_bar.gif">
</div>
You can run it with `cargo run`: