From 60f38fd94a74175c4f92e692d34435a3ca210161 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Fri, 15 Nov 2024 08:11:32 -0500 Subject: [PATCH] Remove trailing whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccfe889..7d48588 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ and changes. - Add `page` blueprint to render a `/` page - Add `up` blueprint to provide a few health check pages - **Config**: - - Log to STDOUT so that Docker can consume and deal with log output + - Log to STDOUT so that Docker can consume and deal with log output - Extract a bunch of configuration settings into environment variables - `config/settings.py` and the `.env` file handles configuration in all environments - **Front-end assets**: