diff --git a/fractal_project/README.md b/fractal_project/README.md
index a070208190ba37cfc3376e003b8499c5680bcfa5..d7d38e16d3549cb32c01094cdb7a01444f8bf390 100644
--- a/fractal_project/README.md
+++ b/fractal_project/README.md
@@ -58,7 +58,7 @@ The most common function used for Julia sets is the **quadratic** function:
 Where:
 
 > * $c$ is a fixed complex number (a constant), chosen by you.
-> * $z$ is the point in the complex plane you are testing (a complex number $z = x + \imath y$, where $x$ and $y$ are real numbers).
+> * $z$ is the point in the complex plane you are testing (a complex number $z=x+\imath y$, where $x$ and $y$ are real numbers).
 
 ## Calculation of the Julia set