Fix typo in Readme.md

This commit is contained in:
Dan Mulloy 2015-04-19 20:18:43 -04:00
parent 166c615725
commit e4d1f8d992

View File

@ -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: