From 837593e1abe25440d79e13d5bff5679c4c164776 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 27 Jan 2014 19:38:30 +0000 Subject: [PATCH] Clarify line about services --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 090e90b9e..e9bc8ed57 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ Define your app's environment with Docker so it can be reproduced anywhere: WORKDIR /code CMD python app.py -Define your app's services so they can be run alongside in an isolated environment: +Define the services that make up your app so they can be run together in an isolated environment: ```yaml web: