From 083ca2216649780fbbd2c2e5ed896af5ed19c0ea Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 28 Nov 2022 20:03:08 -0700 Subject: [PATCH] fix: README typo about uwsgi vs gunicorn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edca3e9..6424751 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ make install # Run locally for development (runs via Flask) make run -# Run in production (runs via Gunicorn) +# Run in production (runs via uWSGI) make prod # Spin up the optional reverse proxy (adjust the URLs in the docker-compose files)