Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoroldvix authored Oct 10, 2024
1 parent 849db74 commit ac03638
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 @@ -249,7 +249,7 @@ String formattedContent = jsonFormatter.format(transcriptContent);
By default, `YoutubeTranscriptApi` uses Java 11 HttpClient for making requests to YouTube, if you want to use a
different client,
you can create your own YouTube client by implementing the `YoutubeClient` interface and passing it to
the `YoutubeTranscriptApiFactory` `createWithClient` method.
the `TranscriptApiFactory` `createWithClient` method.

```java
// Create a new custom YoutubeClient
Expand Down

0 comments on commit ac03638

Please sign in to comment.