diff --git a/packages/media-console/README.md b/packages/media-console/README.md
index 9bc7b70..95318fc 100644
--- a/packages/media-console/README.md
+++ b/packages/media-console/README.md
@@ -94,7 +94,7 @@ the `` and it will pass them through to the `` component
In addition, the `` also takes these props:
| Prop | Type | Default | Description |
-| ---------------------------- | --------------------------------------------- | ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
+|------------------------------|-----------------------------------------------|------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| alwaysShowControls | Boolean | false | Always show controls. |
| controlAnimationTiming | Integer | 500 | The amount of time (in milliseconds) to animate the controls in and out. |
| controlTimeoutDelay | Integer | 15000 | Hide controls after X amount of time in milliseconds | |