From 89a6695a699c31c7e280dad7c20b20a0dd7b187c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 19 Jun 2017 08:49:19 +0200 Subject: [PATCH] Updated WireMock as a standalone process (markdown) --- WireMock-as-a-standalone-process.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WireMock-as-a-standalone-process.md b/WireMock-as-a-standalone-process.md index 0788203..89ed94a 100644 --- a/WireMock-as-a-standalone-process.md +++ b/WireMock-as-a-standalone-process.md @@ -1,7 +1,8 @@ ## WireMock as a standalone process This is quite straight forward to launch a mock server within a console application. -### Option 1 : using the WireMock.Net.StandAlone library (https://www.nuget.org/packages/WireMock.Net.StandAlone/) +### Option 1 : using the WireMock.Net.StandAlone library. +(https://www.nuget.org/packages/WireMock.Net.StandAlone/) ```c# class Program {