From 235c5e4b6d005ec601edc64149c98b04f4e1a188 Mon Sep 17 00:00:00 2001 From: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com> Date: Wed, 2 Feb 2022 01:33:54 +0530 Subject: [PATCH] Update README.md --- skeleton/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skeleton/README.md b/skeleton/README.md index 9b05b768..b5e0fc4e 100644 --- a/skeleton/README.md +++ b/skeleton/README.md @@ -36,7 +36,7 @@ Voila!!! That is your custom app skeleton structure built on top of `proxy.py`. Now copy the `app` directory outside of `proxy.py` repo and create your own git repo. Customize the `app` for your project needs -## Run in detached (backgound) mode +## Run in detached (background) mode 1. For one-off use cases, you can directly use the following command to start the app in background: `python -m app 2>&1 &`