From a296cfee805b4d67b88e272c45de94767d7f1328 Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Tue, 3 Jul 2018 13:43:05 +0200 Subject: [PATCH] typos in README fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7ed021..d37b6ef 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is an python API which allows you to get the transcripts/subtitles for a gi It is recommended to install this module by using pip: ``` -pip install youtube_transcipt_api +pip install youtube_transcript_api ``` If you want to use it from source, you'll have to install the dependencies manually: @@ -25,7 +25,7 @@ You could either integrate this module into an existing application, or just use To get a transcript for a given video you can do: ```python -from youtube_transcipt_api import YouTubeTranscriptApi +from youtube_transcript_api import YouTubeTranscriptApi YouTubeTranscriptApi.get_transcript(video_id) ```