This commit is contained in:
Camotoy 2023-01-07 19:50:24 -05:00 committed by GitHub
parent 7efd7e1d3a
commit 9d15762233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ MCProtocolLib is a simple library for communicating with Minecraft clients and s
## Example Code ## 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 ## Adding as a Dependency