From a8a56b30f8a2952dfdab503a82adad445ec2673c Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Tue, 1 Oct 2024 20:09:42 +0200 Subject: [PATCH] chore: add link to Central --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9a9f7c..4693ced 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WireMock Spring Boot +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.wiremock.spring/wiremock-spring-boot/badge.svg)](https://search.maven.org/artifact/org.wiremock.spring/wiremock-spring-boot) + **WireMock Spring Boot** library drastically simplifies [WireMock](https://wiremock.org) configuration in a **Spring Boot** and **JUnit 5** application. ## Highlights