diff --git a/engine/getstarted/step_four.md b/engine/getstarted/step_four.md
index 8db84a56de..6523e9a3da 100644
--- a/engine/getstarted/step_four.md
+++ b/engine/getstarted/step_four.md
@@ -50,7 +50,7 @@ commands to run. Your recipe is going to be very short.
The command appears to do nothing but it actually creates the Dockerfile in the current directory. Just type `ls Dockerfile` to see it.
- $ ls Dockerfile
+ $ ls
Dockerfile
5. Open the `Dockerfile` in a visual text editor like Atom or Sublime, or a text based editor like `vi`, or `nano` (https://www.nano-editor.org/).