From 8dd7b63f96ac99f71c10f3412dc07f06c1bf65a4 Mon Sep 17 00:00:00 2001 From: Justin Yoo Date: Sun, 15 Oct 2023 21:50:43 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e879b8b..203adf1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This is the NuGet package library that retrieves subtitles from a given YouTube 1. Extract subtitles from the given YouTube video URL. There are a few options to extract subtitles. ```csharp - // Extract video details from the given YouTube video URL. + // Extract video details, including the list of available language codes, from the given YouTube video URL. VideoDetails details = await youtube.ExtractVideoDetailsAsync(youtubeUrl); // Extract a single subtitle from the given YouTube video URL.