From 74c12f6f136c7d2fdcd6541443ec182c99bd16f1 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 12 Dec 2022 22:19:16 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 098b147..e8ebfbf 100644 --- a/README.md +++ b/README.md @@ -566,7 +566,7 @@ enable-threads = true ### Custom `uwsgi.ini` file location -You can override where the image should look for the app `uwsgi.ini` file using the envirnoment variable `UWSGI_INI`. +You can override where the image should look for the app `uwsgi.ini` file using the environment variable `UWSGI_INI`. With that you could change the default directory for your app from `/app` to something else, like `/application`.