From b465b2795c53dda084a16c843194b7f3bbcbd65c Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Sat, 13 Feb 2016 17:15:00 +1100 Subject: [PATCH] docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25890ec..532ffce 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Monitorable, gracefully restarting, self-upgrading binaries in Go (golang) The main goal of this project is to facilitate the creation of self-upgrading binaries which play nice with standard process managers, secondly it should expose a simple API with reasonable defaults for maximum user enjoyment. -:warning: *This is beta software. Do not use in production. Consider the API unstable. Please report any [issues](https://github.com/jpillora/overseer) as you encounter them.* +:warning: *This is beta software. Do not use in production. Consider the API unstable. Please report any [issues](https://github.com/jpillora/overseer) you encounter.* ### Features @@ -103,6 +103,8 @@ See [Config](https://godoc.org/github.com/jpillora/overseer#Config)uration optio app#3 (248f80ea049c835e7e3714b7169c539d3a4d6131) says hello ``` + You'll notice `app#1` stays running until the last request is closed. + * Only use graceful restarts ```go