summaryrefslogtreecommitdiffstats
path: root/examples/loading_spinners/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/loading_spinners/README.md (renamed from examples/progress_indicators/README.md)6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/progress_indicators/README.md b/examples/loading_spinners/README.md
index acacca8f..3573c6f6 100644
--- a/examples/progress_indicators/README.md
+++ b/examples/loading_spinners/README.md
@@ -1,6 +1,6 @@
-## Progress indicators
+## Loading Spinners
-Example implementation of animated indeterminate progress indicators.
+Example implementation of animated indeterminate loading spinners.
<div align="center">
<a href="https://gfycat.com/importantdevotedhammerheadbird">
@@ -10,5 +10,5 @@ Example implementation of animated indeterminate progress indicators.
You can run it with `cargo run`:
```
-cargo run --package progress_indicators
+cargo run --package loading_spinners
```