Updated WireMock as a standalone process (markdown)

Stef Heyenrath
2017-06-19 08:49:19 +02:00
parent e32a23afc0
commit 89a6695a69

@@ -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
{