From aecc62fe569b413db36646222b3d4e4a1e0e318b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Dr=C3=A4ger?= Date: Thu, 6 Dec 2018 18:23:21 +0100 Subject: [PATCH] adjust readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0a1bda..7055fac 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ This is an example project to demonstrate **Consumer Driven Contract Testing** via Pact. What's going on here (in short): -* Build-tool: Maven * Test implementation examples: - * Consumer: Kotlin and Java - * Producer: Kotlin, Java, Javascript + * Consumer: Kotlin, Java, Javascript + * Producer: Kotlin and Java * Contract repository: [Pact Broker](#publish) * via docker-compose * Functional API tests: WireMock +* Build-tool: Maven ## Table of Contents * [Why?](#why?)