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