Skip to content

Commit 619d187

Browse files
authored
docs: update README.md
1 parent ac03638 commit 619d187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ TranscriptFormatter jsonFormatter = TranscriptFormatters.jsonFormatter();
244244
String formattedContent = jsonFormatter.format(transcriptContent);
245245
````
246246

247-
### YoutubeClient Customization
247+
### YoutubeClient Customization and Proxy
248248

249249
By default, `YoutubeTranscriptApi` uses Java 11 HttpClient for making requests to YouTube, if you want to use a
250-
different client,
250+
different client or use a proxy,
251251
you can create your own YouTube client by implementing the `YoutubeClient` interface and passing it to
252252
the `TranscriptApiFactory` `createWithClient` method.
253253

0 commit comments

Comments
 (0)