aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d43db7..b9677c8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Mockito-Kotlin is available on Maven Central and JCenter.
For Gradle users, add the following to your `build.gradle`, replacing `x.x.x` with the latest version:
```groovy
-testImplementation "org.mockito:mockito-kotlin:x.x.x"
+testImplementation "org.mockito.kotlin:mockito-kotlin:x.x.x"
```
## Example