Merge pull request #199 from Vandivier/typo-fix

docs: library name w dashes
This commit is contained in:
Jonas Depoix 2023-04-11 10:36:01 +02:00 committed by GitHub
commit f910971066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ This is a python API which allows you to get the transcript/subtitles for a give
It is recommended to [install this module by using pip](https://pypi.org/project/youtube-transcript-api/):
```
pip install youtube_transcript_api
pip install youtube-transcript-api
```
If you want to use it from source, you'll have to install the dependencies manually: