From 8651db8278700448ea3f13e9ed33bb819c571b54 Mon Sep 17 00:00:00 2001 From: Alex Hyett <14217182+alexhyett@users.noreply.github.com> Date: Fri, 21 May 2021 14:29:05 +0100 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f8df69d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# wiremock-net-example + +In this project you will learn how to use WireMock.net in your integration tests to mock an external API.