From 4b29ec1783fc03efa9dc2c65cab047e0549c8611 Mon Sep 17 00:00:00 2001 From: Steveice10 Date: Wed, 4 Jul 2018 13:41:52 -0700 Subject: [PATCH] Show path in example link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 799f04da4..d4b236452 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ MCProtocolLib is a simple library for communicating with a Minecraft client/server. It aims to allow people to make custom bots, clients, or servers for Minecraft easily. ## Example Code -See [here](https://github.com/Steveice10/MCProtocolLib/tree/master/example/com/github/steveice10/mc/protocol/test) +See [example/com/github/steveice10/mc/protocol/test/MinecraftProtocolTest.java](https://github.com/Steveice10/MCProtocolLib/tree/master/example/com/github/steveice10/mc/protocol/test) ## Building the Source MCProtocolLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.