From 2f97b717cd7f9e89696aab00800aeedd50ff2c8f Mon Sep 17 00:00:00 2001
From: Ovidiu Cristescu <55203625+LunatiqueCoder@users.noreply.github.com>
Date: Sat, 6 Jul 2024 16:07:26 +0300
Subject: [PATCH] Update README.md
---
packages/media-console/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 | |