From 1f56b0bab45f48a40e2e746a9218dc061523c9a7 Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Tue, 10 Mar 2015 00:12:14 +0700 Subject: [PATCH] fix typo in readme Signed-off-by: Chanwit Kaewkasi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0380d88235..ab05c2b955 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Dokku, Compose, Krane, Flynn, Deis, DockerUI, Shipyard, Drone, Jenkins... and, of course, the Docker client itself. Like other Docker projects, Swarm follows the "batteries included but removable" -principle. It ships with a simple scheduling backend out of the box, and as -initial development settles, an API will develop to enable pluggable backends. -The goal is to provide a smooth out-of-box experience for simple use cases, and +principle. It ships with a set of simple scheduling backends out of the box, and as +initial development settles, an API will be developed to enable pluggable backends. +The goal is to provide a smooth out-of-the-box experience for simple use cases, and allow swapping in more powerful backends, like Mesos, for large scale production deployments.