mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-02 20:07:13 -05:00
Fix #721
This commit is contained in:
parent
7efd7e1d3a
commit
9d15762233
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue