From a3c4739864faa9b47c5201a926a0c241d09963a0 Mon Sep 17 00:00:00 2001 From: Daniel Theophanes Date: Mon, 22 Oct 2012 23:55:09 -0700 Subject: [PATCH] Minor wording changes. --- .hgignore | 1 - README | 4 ++-- service.go | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.hgignore b/.hgignore index 69f2275..e69de29 100644 --- a/.hgignore +++ b/.hgignore @@ -1 +0,0 @@ -old/ \ No newline at end of file diff --git a/README b/README index ec413e2..32486df 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -service will install / un-install and run a program as a service (daemon). -Currently supports Windows XP+ and Linux/Upstart. +service will install / un-install, start / stop, and run a program as a service (daemon). +Currently supports Windows XP+, Linux/Upstart, and OSX/Launchd. To start out follow "example/main.go". diff --git a/service.go b/service.go index 29d75d5..d3b2a3a 100644 --- a/service.go +++ b/service.go @@ -1,5 +1,5 @@ // Package service provides a simple way to create a system service. -// Currently supports Windows, Linux/Upstart, OSX/Launchd. +// Currently supports Windows, Linux/Upstart, and OSX/Launchd. package service // Creates a new service. name is the internal name