Archiviert
13
0

Fix typo in Readme.md

Dieser Commit ist enthalten in:
Dan Mulloy 2015-04-19 20:18:43 -04:00
Ursprung 166c615725
Commit e4d1f8d992

Datei anzeigen

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