diff --git a/fractal_project/README.md b/fractal_project/README.md
index 8a742188513e67cc2eb5dc461c1937ab9cd5c77d..1e36cd8bee0d3c9cd6235146de808b9efc5e711c 100644
--- a/fractal_project/README.md
+++ b/fractal_project/README.md
@@ -9,12 +9,20 @@
 
 ### With the **Mandelbrot set**
 
-1.
-2.
-3.
-4.
-5.
-6.
+> The formula is as follows:
+>
+>> $f(z)=z^{N}+C$
+>
+> With $N$ in the following power range:
+>
+>> 1. $N=2$
+>> 2. $N=3$
+>> 3. $N=4$
+>> 4. $N=5$
+>> 5. $N=6$
+>> 6. $N=7$
+
+![Mandelbrot sets](./img/squared.png)
 
 ### With the **Julia set**
 
@@ -28,7 +36,7 @@
 >> 2. $0.25 + 0.5\imath$
 >> 3. $0.285 + 0.02\imath$
 
-![Squared reciprocal Julia set](./img/squared.png)
+![Squared reciprocal Julia sets](./img/squared.png)
 
 ### With the **Squared reciprocal Julia set**
 
@@ -42,4 +50,4 @@
 >> 2. $-0.8 + 0.6\imath$
 >> 3. $0.5 + 0.1\imath$
 
-![Squared reciprocal Julia set](./img/squared_reciprocal.png)
+![Squared reciprocal Julia sets](./img/squared_reciprocal.png)
diff --git a/fractal_project/img/mandelbrot.png b/fractal_project/img/mandelbrot.png
new file mode 100644
index 0000000000000000000000000000000000000000..bb15ce688d7ce032153c3a34c6802003ac145792
Binary files /dev/null and b/fractal_project/img/mandelbrot.png differ