From 72db0bbc04b331424e35337c95f7033505d80fd4 Mon Sep 17 00:00:00 2001 From: Zhou Weitao Date: Sun, 13 Dec 2015 20:21:35 +0800 Subject: [PATCH] Typo Signed-off-by: Weitao Zhou --- cluster/mesos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/mesos/README.md b/cluster/mesos/README.md index ff9c4ae96c..c07bed3778 100644 --- a/cluster/mesos/README.md +++ b/cluster/mesos/README.md @@ -28,7 +28,7 @@ $ docker run -d -p :2375 -p 3375:3375 \ -c mesos-experimental \ --cluster-opt mesos.address= \ --cluster-opt mesos.port=3375 \ - : + : ``` The command above creates a swarm manager listening at ``.