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