From 39f62ed0a1619bf86ab853bd0b019d32164800a5 Mon Sep 17 00:00:00 2001 From: Martin Folkers Date: Sun, 30 Apr 2017 14:27:30 +0200 Subject: [PATCH] Update part2.md (#3129) --- get-started/part2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part2.md b/get-started/part2.md index 8814696bee..60209f6014 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -273,7 +273,7 @@ and all the dependencies from `requirements.txt`, and runs your code. It all travels together in a neat little package, and the host machine doesn't have to install anything but Docker to run it. -## Conclusion of part one +## Conclusion of part two That's all for this page. In the next section, we will learn how to scale our application by running this container in a **service**.