From 76f35282cbd34ab7b5523de3d7818971f3b5028b Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Tue, 3 Nov 2015 13:43:03 -0800 Subject: [PATCH] Fix first sentence in docs Signed-off-by: Ben Firshman --- docs/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index f57230f582..c218f21153 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,11 +10,11 @@ parent="smn_workw_swarm" # Docker Swarm -Docker Swarm is native clustering for Docker. It allows you create and access to -a pool of Docker hosts using the full suite of Docker tools. Because Docker -Swarm serves the standard Docker API, any tool that already communicates with a -Docker daemon can use Swarm to transparently scale to multiple hosts. Supported -tools include, but are not limited to, the following: +Docker Swarm is native clustering for Docker. It turns a pool of Docker hosts +into a single, virtual Docker host. Because Docker Swarm serves the standard +Docker API, any tool that already communicates with a Docker daemon can use +Swarm to transparently scale to multiple hosts. Supported tools include, but +are not limited to, the following: - Dokku - Docker Compose