diff --git a/engine/getstarted/step_four.md b/engine/getstarted/step_four.md index b63cab5b86..4b26aef769 100644 --- a/engine/getstarted/step_four.md +++ b/engine/getstarted/step_four.md @@ -41,7 +41,7 @@ commands to run. Your recipe is going to be very short. $ touch Dockerfile - The command appears to do nothing but it actually creates the Dockerfile in the current directory. Just type `ls Dockerfile` to see it. + The command appears to do nothing but it actually creates the Dockerfile in the current directory. Just type `ls` to see it. $ ls Dockerfile