From 9f57945b01b488b983a33be741e4f4b094a1d984 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 18 Mar 2018 10:49:00 +0100 Subject: [PATCH] Updated WireMock as a Windows Service (markdown) --- WireMock-as-a-Windows-Service.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WireMock-as-a-Windows-Service.md b/WireMock-as-a-Windows-Service.md index 147cdac..8a53737 100644 --- a/WireMock-as-a-Windows-Service.md +++ b/WireMock-as-a-Windows-Service.md @@ -76,9 +76,9 @@ When you start the exe file in Visual Studio or from the commandline, the applic # Example For a full working example which also provides an **Installer** and batch-files to -* install -* start -* stop -* uninstall +* Install +* Start +* Stop +* Uninstall the service, see [examples/WireMock.Net.Service](https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.Service).