Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoroldvix committed Nov 20, 2024
1 parent 82455a8 commit 5621a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5621a46

Please sign in to comment.