From c35111c948c2630a33d35039c801e7f57a1b707d Mon Sep 17 00:00:00 2001 From: JoshiCodes <55353244+JoshiCodes@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:29:55 +0200 Subject: [PATCH] updated the README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12360f7..91527c5 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ System.out.println(book.getUrl()); aghpb.retrieveRandomImage().queue(book -> System.out.println(book.getUrl())); // Asynchronous ``` +### For more examples, see [here](https://github.com/JoshiCodes/AGHPB4J/blob/master/examples/Examples.java). + #### Methods - `AGHPB#retrieveStatus()` - `ApiStatus` Returns the status of the API.