From 9f7b89a06e0cd5bf8ad30d8fe818b9cb7a0e8589 Mon Sep 17 00:00:00 2001 From: Lee Date: Fri, 19 Apr 2024 22:16:19 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85c6eaf..ffa42bd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Maven: xyz.mcutils mcutils-java-library - 1.1 + 1.1.1 ``` From e5c15d4590a1839dd976180e45b7bdb7b0b9244c Mon Sep 17 00:00:00 2001 From: Lee Date: Sat, 20 Apr 2024 01:12:59 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/README.md b/README.md index ffa42bd..6efd72e 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,3 @@ # Minecraft Utilities - Java Library -The Java library for the Minecraft Utilities API. - -## Usage - -Maven: - -```xml - - - fascinated-repo-public - Fascinated's Repository - https://repo.fascinated.cc/public - - - - - - xyz.mcutils - mcutils-java-library - 1.1.1 - - -``` - -Usage: - -```java -public class Main { - public static void main(String[] args) { - System.out.println(McUtilsAPI.getPlayer("Notch")); - } -} -``` \ No newline at end of file +See [The Website](https://mcutils.xyz) or [Minecraft Utilities Documentation](https://mcutils.xyz/documentation) for more information. \ No newline at end of file