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