From 5621a46cab7714a32f167a77fbc89145f4e97852 Mon Sep 17 00:00:00 2001 From: trld Date: Wed, 20 Nov 2024 12:30:42 +0200 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92549f8..3a99b97 100644 --- a/README.md +++ b/README.md @@ -267,8 +267,8 @@ public class OkHttpYoutubeClient implements YoutubeClient { private final OkHttpClient client; - public OkHttpYoutubeClient(OkHttpClient client) { - this.client = client; + public OkHttpYoutubeClient() { + this.client = new OkHttpClient(); } @Override