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" // ... } ```