diff --git a/src/components/CurrentBreakPoint/CurrentBreakPoint.stories.mdx b/src/components/CurrentBreakPoint/CurrentBreakPoint.stories.mdx
index fb260ce..d43d342 100644
--- a/src/components/CurrentBreakPoint/CurrentBreakPoint.stories.mdx
+++ b/src/components/CurrentBreakPoint/CurrentBreakPoint.stories.mdx
@@ -4,22 +4,17 @@ import webqueue2Theme from "../../theme.js";
import CurrentBreakPoint from "./CurrentBreakPoint";
import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';
-Displays the MUI theme breakpoints and whether or not they are active. This is a utility component meant to make UI development easier, not as a UI element for production code.
+
-It must be used under a [ThemeProvider](https://material-ui.com/styles/api/#themeprovider).
+Displays the five MUI breakpoints and whether or not they're active. This is a utility component to be used while developing. It must be used under a [ThemeProvider](https://material-ui.com/styles/api/#themeprovider).
-
- (
-
-
-
- ),]}
-component={CurrentBreakPoint} />
+Use the Canvas tab's viewport switcher to experiement.
-
+
\ No newline at end of file