From f77ff8934b0fd6de021d164c56f19518f00d5d9d Mon Sep 17 00:00:00 2001 From: Ryan Harg Date: Tue, 3 Jan 2023 09:51:12 +0100 Subject: [PATCH] Adding a readme file --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..96d78fe --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +## Pact Example + +This repository contains code examples for these two blog posts: + +- [Consumer Driven Contracts with Pact (Part 1)](https://reinhard.codes/2022/12/21/consumer-driven-contracts-with-pact/) +- [Pact part 2: Sharing contracts with the Pact Broker](https://reinhard.codes/2023/01/02/sharing-contracts-with-pact-broker/) + +You you have suggestions, find inconsistencies, gaps or errors please provide feedback on [Mastodon](https://hachyderm.io/@ryan_harg).