diff --git a/docs/components/progress-bar.md b/docs/components/progress-bar.md
index 9818b132..5c2b8ed9 100644
--- a/docs/components/progress-bar.md
+++ b/docs/components/progress-bar.md
@@ -20,10 +20,18 @@ Use the `--height` custom property to set the progress bar's height.
### Labels
-Use the default slot to show a label.
+Use the `label` attribute to label the progress bar and tell assistive devices how to announce it.
```html preview
-50%
+
+```
+
+### Showing Values
+
+Use the default slot to show a value.
+
+```html preview
+50%
@@ -31,7 +39,7 @@ Use the default slot to show a label.