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