From 8d5ae2b2ae5aa243f14d4bb9072ea99f3ec8053f Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Thu, 9 May 2024 09:04:03 +0200 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d551dea..c6e95b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WireMock Pact -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.wiremockpact/wiremock-pact/badge.svg)](https://repo1.maven.org/maven2/se/bjurr/wiremockpact) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.wiremockpact/wiremock-pact/badge.svg)](https://central.sonatype.com/search?q=se.bjurr.wiremockpact) It will get the requests from [WireMock](https://github.com/wiremock/wiremock/) and create [Pact JSON](https://docs.pact.io/) files on the filesystem. The Pact JSON can be published to a [Pactflow broker](https://test.pactflow.io/) with `curl`, see example in this readme.