From 68d650ec40df4da3cc8c3c5b25aa7397ff17a755 Mon Sep 17 00:00:00 2001 From: Rishiraj2594 <78264424+Rishiraj2594@users.noreply.github.com> Date: Sat, 10 Feb 2024 06:04:08 +0530 Subject: [PATCH] [Docs] Typo fixed youtube-video.mdx (#1253) --- docs/components/data-sources/youtube-video.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/data-sources/youtube-video.mdx b/docs/components/data-sources/youtube-video.mdx index c8e62d6f..01ac5240 100644 --- a/docs/components/data-sources/youtube-video.mdx +++ b/docs/components/data-sources/youtube-video.mdx @@ -7,7 +7,7 @@ title: '📺 Youtube Video' Make sure you have all the required packages installed before using this data type. You can install them by running the following command in your terminal. ```bash -pip install -u "embedchain[youtube]" +pip install -U "embedchain[youtube]" ``` ## Usage