From 17e2c057843b84944a455f186006840884969e5a Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Peters Date: Tue, 23 Mar 2021 12:10:56 +0100 Subject: Fix artifact groupId in Maven Central badge (#416) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9677c8..7076550 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Mockito-Kotlin -[ ![Download](https://maven-badges.herokuapp.com/maven-central/org.mockito/mockito-kotlin/badge.svg) ](https://maven-badges.herokuapp.com/maven-central/org.mockito/mockito-kotlin) +[ ![Download](https://maven-badges.herokuapp.com/maven-central/org.mockito/mockito-kotlin/badge.svg) ](https://maven-badges.herokuapp.com/maven-central/org.mockito.kotlin/mockito-kotlin) A small library that provides helper functions to work with [Mockito](https://github.com/mockito/mockito) in Kotlin. -- cgit v1.2.3