Minor wording changes.

This commit is contained in:
Daniel Theophanes
2012-10-22 23:55:09 -07:00
parent 132c4b486b
commit a3c4739864
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
old/
+2 -2
View File
@@ -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".
+1 -1
View File
@@ -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