diff --git a/src/Stack/README.stories.mdx b/src/Stack/README.stories.mdx
index 0c2091a3..73b1c0cc 100644
--- a/src/Stack/README.stories.mdx
+++ b/src/Stack/README.stories.mdx
@@ -14,14 +14,16 @@ import Stack, {StackWrapper, StackItem} from './';
import Stack from 'base5-ui/Stack';
```
-Control vertical spacing between Stack items. Supports all `Box` style props.
+Control vertical spacing and dividers between Stack items. Supports all `Box` style props.
-## Examples
+## Spacing
+
+Use the `spacing` prop with responsive theme tokens to control the distance between each list item.
+
+## Dividers
+
+Use the `withDividers` prop to add a simple divider between each list item.
+
+> Note that this also adds `overflow: hidden` to the `Stack` container.
+
+