Skip to content

Commit 5621a46

Browse files
committed
docs: update README.md
1 parent 82455a8 commit 5621a46

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
@@ -267,8 +267,8 @@ public class OkHttpYoutubeClient implements YoutubeClient {
267267

268268
private final OkHttpClient client;
269269

270-
public OkHttpYoutubeClient(OkHttpClient client) {
271-
this.client = client;
270+
public OkHttpYoutubeClient() {
271+
this.client = new OkHttpClient();
272272
}
273273

274274
@Override

0 commit comments

Comments
 (0)