From 7e87514158e81987e3e69365efceb5d961d43e21 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 4 Jul 2016 19:40:32 +0200 Subject: [PATCH] Added javadoc link to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8aef7c4..463b800 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ To use the API, you need to add the following repository and dependency in your ``` +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/``.