From 23db3553ecbfc6a7e43b92f7e3c143af9086ac55 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Wed, 3 Dec 2014 13:23:18 +0100 Subject: [PATCH] s/swarmd/swarm/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b5d354bf1..207bb9ebc9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ `swarm` is a simple tool which controls a cluster of Docker hosts and exposes it as a single "virtual" host. -`swarm` uses the standard Docker API as its frontend, which means any tool which speaks Docker can control swarmd transparently: dokku, fig, krane, flynn, deis, docker-ui, shipyard, drone.io, Jenkins... and of course the Docker client itself. +`swarm` uses the standard Docker API as its frontend, which means any tool which speaks Docker can control swarm transparently: dokku, fig, krane, flynn, deis, docker-ui, shipyard, drone.io, Jenkins... and of course the Docker client itself. Like the other Docker projects, `swarm` follows the "batteries included but removable" principle. It ships with a simple scheduling backend out of the box. The goal is to provide a smooth out-of-box experience for simple use cases, and allow swapping in more powerful backends, like `Mesos`, for large scale production deployments.