From 9c08eab4698fdec29665180d8df5f2a5430ce9ab Mon Sep 17 00:00:00 2001 From: Alexey <65923482+Thoroldvix@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:26:31 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f874936..025fd9b 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ This library uses Java 11 HttpClient for making YouTube request by default, it w of 3rd party libraries. Since Android SDK doesn't include Java 11 HttpClient, you will have to implement your own `YoutubeClient` for it to work. -You can check example implementation in [YoutubeClient Customization and Proxy](#youtubeclient-customization-and-proxy). +You can check how to do it in [YoutubeClient Customization and Proxy](#youtubeclient-customization-and-proxy). ## 🔧 Detailed Usage