From d7c19792ad628d87a913f56fe20e99f636d20651 Mon Sep 17 00:00:00 2001 From: jay Date: Wed, 24 Nov 2021 07:13:48 +0900 Subject: [PATCH] fix: fix a typo --- 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.