diff --git a/Readme.md b/Readme.md index 81bcd02c..b9c26d08 100644 --- a/Readme.md +++ b/Readme.md @@ -35,10 +35,10 @@ You no longer have to reference CraftBukkit! ### Using ProtocolLib To use this library, first add ProtocolLib.jar to your Java build path. Then, add ProtocolLib -as a dependency (or soft-dependency, if you can live without it) to your plugin.yml file: +as a dependency or soft dependency to your plugin.yml file like any other plugin: ````yml -depends: [ProtocolLib] +depend: [ProtocolLib] ```` You can also add ProtocolLib as a Maven dependency: