From ae4a1272d02d906193ddd9e39ab866a0b5dec5eb Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Sat, 26 May 2018 21:11:38 -0500 Subject: [PATCH] Fixing Maven coordinates. --- api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/README.md b/api/README.md index 606c7a2..5941e05 100644 --- a/api/README.md +++ b/api/README.md @@ -9,7 +9,7 @@ To include in a Maven project: ```xml net.sf.applecommander - applesingle + applesingle-api 1.0.0 ``` @@ -19,7 +19,7 @@ To include in a Gradle project: ```groovy dependencies { // ... - compile "net.sf.applecommander:applesingle:1.0.0" + compile "net.sf.applecommander:applesingle-api:1.0.0" // ... } ```