From 769d926f5ae1612e5c99701c0cafa85434b2771c Mon Sep 17 00:00:00 2001 From: Rishiraj2594 <78264424+Rishiraj2594@users.noreply.github.com> Date: Sat, 10 Feb 2024 06:03:48 +0530 Subject: [PATCH] [Docs] Typo fixed in youtube-channel.mdx (#1252) --- docs/components/data-sources/youtube-channel.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/data-sources/youtube-channel.mdx b/docs/components/data-sources/youtube-channel.mdx index 1461413e..d9f037ff 100644 --- a/docs/components/data-sources/youtube-channel.mdx +++ b/docs/components/data-sources/youtube-channel.mdx @@ -7,7 +7,7 @@ title: '📽️ Youtube Channel' 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