diff --git a/README.md b/README.md
index e5b0b75..7fe4815 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,17 @@ const value = 0.66;
;
```
+The progressbar is designed to fill the width of its container. You can size the progressbar by sizing its container:
+
+```jsx
+
+
+
+```
+
+This makes the progressbar work well with responsive designs and grid systems.
+
+
## Props
[**Take a look at the CodeSandbox**](https://codesandbox.io/s/vymm4oln6y) for interactive examples on how to use these props.