From b3ed952ca341534efc17904f55c8944628ce19c2 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 31 Oct 2018 09:15:03 +0100 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f0f3b0cec4..e916025fad 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ badges: Spring Cloud Contract is an umbrella project holding solutions that help users in successfully implementing the [Consumer Driven Contracts](http://martinfowler.com/articles/consumerDrivenContracts.html) approach. Currently Spring Cloud Contract consists of the Spring Cloud Contract Verifier project. -Spring Cloud Contract Verifier is a tool that enables Consumer Driven Contract (CDC) development of JVM-based applications. It is shipped with Contract Definition Language (DSL) written in Groovy or YAML. Contract definitions are used to produce following resources: +Spring Cloud Contract Verifier is a tool that enables Consumer Driven Contract (CDC) development. It is shipped with Contract Definition Language (DSL) written in Groovy or YAML. Contract definitions are used to produce following resources: * by default JSON stub definitions to be used by [WireMock](http://wiremock.org) (HTTP Server Stub) when doing integration testing on the client code (client tests). Test code must still be written by hand, test data is produced by Spring Cloud Contract Verifier.