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);