diff --git a/fractal_project/README.md b/fractal_project/README.md index 25d6600cd0cf54779ff079faee2f12b128547c50..bc91a6e22679933940bddca3e0376290d73705ec 100644 --- a/fractal_project/README.md +++ b/fractal_project/README.md @@ -75,7 +75,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 + 0.5 \imath$ or any other complex number on the grid. ### 4. Iterate the function $f_{c}(z) = z^{2} + c$