From a31d187045fa6e65f11634bf13086dc868719273 Mon Sep 17 00:00:00 2001 From: Julian <julian@cccv.de> Date: Sat, 31 Jul 2021 18:55:51 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d28e898..99a9a693 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Please note that the mocked LDAP functionality is very limited and many uffd fea ## deployment Use uwsgi. Make sure to run `flask db upgrade` after every update! -For an example uwsgi config, see our [uswgi.ini](uwsgi.ini). You might find our [nginx include file](nginx.include.conf) helpfull to setup a web server infront of uwsgi. +For an example uwsgi config, see our [uswgi.ini](uwsgi.ini). You might find our [nginx include file](nginx.include.conf) helpful to setup a web server in front of uwsgi. ## python style conventions -- GitLab