diff --git a/README.md b/README.md index a7c80a3..2b0f3c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/christian-draeger/pact-example.svg?branch=master)](https://travis-ci.org/christian-draeger/pact-example) -![pact logo](pact-logo.png) +![contract](contract.jpg) # Pact Example @@ -99,6 +99,8 @@ when communication is achieved through message queues (we'll have a look at this ### Intro to Pact +![pact logo](pact-logo.png) + [Pact](https://docs.pact.io) is a consumer-driven contract testing tool. This means the contract is written as part of the consumer tests. A major advantage of this pattern is that only parts of the communication diff --git a/contract.jpg b/contract.jpg new file mode 100644 index 0000000..d0c263b Binary files /dev/null and b/contract.jpg differ