diff --git a/fractal_project/README.md b/fractal_project/README.md
index e9ca966b5fa6b2382b69cb92d9d6721d560a8956..fdb580a214cce91fa9919bfd769d79174fb5bfe7 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$ $y$ are real numbers).
+> * $z$ is the point in the complex plane you are testing (a complex number $z=x+\imath y$, where $x$ are real numbers).
 
 ## Calculation of the Julia set