From 7f4e725b75615a45df52fb766d2ee6355a455bce Mon Sep 17 00:00:00 2001 From: Joren Vrancken Date: Tue, 2 Jul 2019 17:05:48 +0200 Subject: [PATCH] Fix "Core" -> "Web" typo --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 0cf7f4e..01ede21 100644 --- a/web/README.md +++ b/web/README.md @@ -68,7 +68,7 @@ change them unless you know what you want. - `POSTORIUS_TEMPLATE_BASE_URL`: The base url at which the `mailman-web` container can be reached from `mailman-core` container. This is set to `http://mailman-web:8000` by default so that Core can fetch templates from - Core. + Web. Running =======