From 9a9ebdbc52507d5a358c99b4243ec510dc22e755 Mon Sep 17 00:00:00 2001 From: Jon Miner Date: Sun, 16 Apr 2017 18:58:53 -0500 Subject: [PATCH] Added a missing comma (#2799) --- engine/getstarted/step_two.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/getstarted/step_two.md b/engine/getstarted/step_two.md index 934a28213f..ace13a9b69 100644 --- a/engine/getstarted/step_two.md +++ b/engine/getstarted/step_two.md @@ -29,7 +29,7 @@ A Docker image, though, is capable of much more. An image can start software as complex as a database, wait for you (or someone else) to add data, store the data for later use, and then wait for the next person. -Who built the `hello-world` software image though? In this case, Docker did but +Who built the `hello-world` software image though? In this case, Docker did, but anyone can. Docker Engine lets people (or companies) create and share software through Docker images. Using Docker Engine, you don't have to worry about whether your computer can run the software in a Docker image — a Docker @@ -39,4 +39,4 @@ container *can always run it*. See, that was quick wasn't it? Now, you are ready to do some really fun stuff with Docker. Go on to the next part [to find and run the whalesay -image](step_three.md). \ No newline at end of file +image](step_three.md).