From 26c384e7508372ccc0736c0010990e63f161024e Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Fri, 7 Apr 2017 15:49:23 -0700 Subject: [PATCH] Fix a small typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc07d5..35649d9 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ $ mkdir -p /opt/mailman/core $ mkdir -p /opt/mailman/web $ git clone https://github.com/maxking/docker-mailman $ cd docker-mailman -# Change some configuration variables as mentioned below. +# Change some configuration variables as mentioned above. $ docker-compose up ```