Update README.md

pull/12/head
Hammy 3 years ago
parent acf85b386c
commit cd5d40193d

@ -61,10 +61,11 @@ import java.time.Duration;
public class Main { public class Main {
private static void main(String[] args) { private static void main(String[] args) {
// Bare Minimum (Would recommend using createDefault()) // Bare Minimum Config
// (Would recommend using createDefault())
MyWaifuClient myWaifuClient = new MyWaifuClient.Builder("apiKey").build(); MyWaifuClient myWaifuClient = new MyWaifuClient.Builder("apiKey").build();
// Creating MyWaifuClient through Builder // Creation Through Builder
MyWaifuClient myWaifuClient = new MyWaifuClient.Builder("apiKey") MyWaifuClient myWaifuClient = new MyWaifuClient.Builder("apiKey")
.withVersion(HttpClient.Version.HTTP_2) .withVersion(HttpClient.Version.HTTP_2)
.withConnectTimeout(Duration.ofMinutes(10)) .withConnectTimeout(Duration.ofMinutes(10))
@ -77,7 +78,7 @@ public class Main {
TODO TODO
# Download # Installation
Latest Stable Version: ![maven-central] Latest Stable Version: ![maven-central]
<p>Be sure to replace the **VERSION** key below with the one of the versions shown above!</p> <p>Be sure to replace the **VERSION** key below with the one of the versions shown above!</p>

Loading…
Cancel
Save