From 9d15762233309e074d1be64bfedf74a16a89aec5 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sat, 7 Jan 2023 19:50:24 -0500 Subject: [PATCH] Fix #721 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 413a101c..9c741ae5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ MCProtocolLib is a simple library for communicating with Minecraft clients and s ## Example Code -See [example/com/github/steveice10/mc/protocol/test/MinecraftProtocolTest.java](https://github.com/GeyserMC/MCProtocolLib/tree/master/example/com/github/steveice10/mc/protocol/test) for sample usage. +See the [example](https://github.com/GeyserMC/MCProtocolLib/tree/master/example/src/main/java/com/github/steveice10/mc/protocol/test) folder for sample usage. ## Adding as a Dependency