From cd5d40193d387c4a0d8ef47db5fcd882c6ba5c58 Mon Sep 17 00:00:00 2001 From: Hammy Date: Mon, 14 Jun 2021 01:57:59 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0427cad..a3cf6e9 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,11 @@ import java.time.Duration; public class Main { 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(); - // Creating MyWaifuClient through Builder + // Creation Through Builder MyWaifuClient myWaifuClient = new MyWaifuClient.Builder("apiKey") .withVersion(HttpClient.Version.HTTP_2) .withConnectTimeout(Duration.ofMinutes(10)) @@ -77,7 +78,7 @@ public class Main { TODO -# Download +# Installation Latest Stable Version: ![maven-central]

Be sure to replace the **VERSION** key below with the one of the versions shown above!