diff --git a/README.md b/README.md index 89b7b81..52db3ca 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ const ( // name of the service, match with executable file name name = "myservice" - description = "Some explanation of the service purpose" + description = "My Echo Service" // port which daemon should be listen port = ":9977" diff --git a/daemon.go b/daemon.go index 9914d46..fe94091 100644 --- a/daemon.go +++ b/daemon.go @@ -29,7 +29,7 @@ // // // name of the service, match with executable file name // name = "myservice" -// description = ""My Echo Service" +// description = "My Echo Service" // // // port which daemon should be listen // port = ":9977"