diff --git a/examples/hello.md b/examples/hello.md
index e905659f5..5828ec3fc 100644
--- a/examples/hello.md
+++ b/examples/hello.md
@@ -2,6 +2,9 @@
Here is the simplest possible "hello world" example of using aider:
+
+
+
#### change hello to goodbye
@@ -23,3 +26,6 @@ print("goodbye")
> Commit 672ae42 aider: Changed output from "hello" to "goodbye" in hello.py.