Browse Source

[Docs] Typo fixed in youtube-channel.mdx (#1252)

Rishiraj2594 1 year ago
parent
commit
769d926f5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/components/data-sources/youtube-channel.mdx

+ 1 - 1
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.
 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
 ```bash
-pip install -u "embedchain[youtube]"
+pip install -U "embedchain[youtube]"
 ```
 ```
 
 
 ## Usage
 ## Usage