From cac2ad2b7f7a267251af0f9d741d183d897cc9a0 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 14 Sep 2015 22:25:49 +0200 Subject: [PATCH] README: fix typo --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index 14df502..d1cb8f8 100644 --- a/core/README.md +++ b/core/README.md @@ -47,7 +47,7 @@ Use the the example config files in `config/example` to get you started. ``` docker run -ti -d \ - -name dockermail \ + --name dockermail \ -p 25:25 \ -p 587:587 \ -p 143:143 \