Added javadoc link to README.md

This commit is contained in:
Eric 2016-07-04 19:40:32 +02:00 committed by GitHub
parent 6608854377
commit 7e87514158
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ To use the API, you need to add the following repository and dependency in your
</dependencies>
```
You can find the javadoc here: https://epicericee.github.io/ShopChest/javadoc/
## Build
Clone this repository and use ``mvn clean package`` or ``mvn clean install``.
After the build succeeded, the ShopChest.jar is found in ``/ShopChest/target/``.