From 528dd7b6d451b0f7b8d5ee6e06af83d3b6384f7e Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 15 Jun 2017 09:09:16 +0200 Subject: [PATCH] Readme: Fix the documentation output --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d16a291..37538df 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ Your renamed `winsw.exe` binary also accepts the following commands: * `stop` to stop the service. * `restart` to restart the service. If the service is not currently running, this command acts like `start`. * `status` to check the current status of the service. - * This command prints one line to the console. - * `NonExistent` indicates the service is not currently installed - * `Started` to indicate the service is currently running - * `Stopped` to indicate that the service is installed but not currently running. + * This command prints one line to the console. + * `NonExistent` indicates the service is not currently installed + * `Started` to indicate the service is currently running + * `Stopped` to indicate that the service is installed but not currently running. ### Supported .NET versions