From 00d886e26d406314471424419e269c24c114ac1b Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 19 Jun 2017 08:49:38 +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 89ed94a..e281512 100644 --- a/WireMock-as-a-standalone-process.md +++ b/WireMock-as-a-standalone-process.md @@ -22,7 +22,8 @@ class Program { static void Main(string[] args) { - var settings = new FluentMockServerSettings { }; // see source code for all the possible properties + // see source code for all the possible properties + var settings = new FluentMockServerSettings { }; bool allowPartialMapping = true; StandAloneApp.Start(settings, allowPartialMapping);