Skip to content

Commit ac03638

Browse files
authored
docs: update README.md
1 parent 849db74 commit ac03638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ String formattedContent = jsonFormatter.format(transcriptContent);
249249
By default, `YoutubeTranscriptApi` uses Java 11 HttpClient for making requests to YouTube, if you want to use a
250250
different client,
251251
you can create your own YouTube client by implementing the `YoutubeClient` interface and passing it to
252-
the `YoutubeTranscriptApiFactory` `createWithClient` method.
252+
the `TranscriptApiFactory` `createWithClient` method.
253253

254254
```java
255255
// Create a new custom YoutubeClient

0 commit comments

Comments
 (0)