From 0fe0a164cba89d0fb0b12951f13f31cd4f206648 Mon Sep 17 00:00:00 2001 From: rasul Date: Fri, 25 Oct 2019 14:41:59 -0500 Subject: [PATCH] app not App --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c9c2a4..2e426bf 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ when starting sup. This will change in the future. Sup uses the [toml](https://github.com/toml-lang/toml) format to describe each application to supervise. -### `[[App]]` +### `[[app]]` -Each application instance to monitor will have an `[[App]]` section. The apps +Each application instance to monitor will have an `[[app]]` section. The apps will be started in the order as read from the file. #### Required Entries