aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b0b9c18..fe3dd3e 100644
--- a/README.md
+++ b/README.md
@@ -30,10 +30,10 @@ And add the following dependencies (You can use a specific version, commit, or -
```gradle
dependencies {
- compile "ca.allanwang:kau:core:$KAU"
+ compile "ca.allanwang.kau:core:$KAU"
//Optional addition for image picker
- compile "ca.allanwang:kau:imagepicker:$KAU"
+ compile "ca.allanwang.kau:imagepicker:$KAU"
}
```