From d3ad956d4806958b772ae22855a4c9f733c4bdb6 Mon Sep 17 00:00:00 2001 From: kvii <56432636+kvii@users.noreply.github.com> Date: Wed, 19 Jan 2022 08:51:33 +0800 Subject: [PATCH] type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dab8d6f..9d8f6edb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ service will install / un-install, start / stop, and run a program as a service Currently supports Windows XP+, Linux/(systemd | Upstart | SysV), and OSX/Launchd. Windows controls services by setting up callbacks that is non-trivial. This -is very different then other systems. This package provides the same API +is very different than other systems. This package provides the same API despite the substantial differences. It also can be used to detect how a program is called, from an interactive terminal or from a service manager.