diff --git a/README.md b/README.md index 16d4b237..5e83af5b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,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: