diff --git a/fractal_project/README.md b/fractal_project/README.md
index 2475e12228508a312efbfa1e61956523ff221ce1..8a742188513e67cc2eb5dc461c1937ab9cd5c77d 100644
--- a/fractal_project/README.md
+++ b/fractal_project/README.md
@@ -18,9 +18,17 @@
 
 ### With the **Julia set**
 
-1.
-2.
-3.
+> The formula is as follows:
+>
+>> $f(z)=z^{2}+C$
+>
+> With the following C values:
+>
+>> 1. $0.3 + 0.5\imath$
+>> 2. $0.25 + 0.5\imath$
+>> 3. $0.285 + 0.02\imath$
+
+![Squared reciprocal Julia set](./img/squared.png)
 
 ### With the **Squared reciprocal Julia set**
 
diff --git a/fractal_project/img/squared.png b/fractal_project/img/squared.png
new file mode 100644
index 0000000000000000000000000000000000000000..32651845a6c9eb79a4474941d165641530c91d36
Binary files /dev/null and b/fractal_project/img/squared.png differ