diff options
author | 2023-11-22 00:32:01 +0900 | |
---|---|---|
committer | 2023-11-22 00:32:01 +0900 | |
commit | 921ddec1285027a6a2feb88b0a5c29ec8f942f8b (patch) | |
tree | c8f5e1f0e08eed43c77ed7a6c127777fcd4ab6b6 /examples | |
parent | 7dd32f3be43c72e11dac5e07918e9ad6d36b6555 (diff) | |
download | iced-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.md | 2 |
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`: |