diff --git a/fractal_project/julia.md b/fractal_project/julia.md
index 616b96437797d898efaed67fcd68e75c02e5e8fe..00fd1d316a5b2aeed71fd3ba5d81dfd465da084a 100644
--- a/fractal_project/julia.md
+++ b/fractal_project/julia.md
@@ -28,7 +28,7 @@ Where:
 
 ### 3. Start with the point $z$
 
-> * Pick a point $z$ from the complex plane. For example, let's start with $z_{0} = 0.5 + 0.5 \imath$ or any other complex number on the grid.
+> * Pick a point $z$ from the complex plane. For example, let's start with $z_{0}=0.5+\imath 0.5$ or any other complex number on the grid.
 
 ### 4. Iterate the function $f_{c}(z) = z^{2} + c$