Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Oct 15, 2023
1 parent f7e5f86 commit 8dd7b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8dd7b63

Please sign in to comment.