From 0396f17371cdf919d4bac2efd96b06f45f453ece Mon Sep 17 00:00:00 2001 From: Vandivier Date: Sun, 9 Apr 2023 15:08:05 -0400 Subject: [PATCH] docs: library name w dashes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb30c25..8279040 100644 --- a/README.md +++ b/README.md @@ -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: