From 9c2e4ac50b7df1edca0cf207d1cae3852178da6b Mon Sep 17 00:00:00 2001
From: "joachim.schmidt" <joachim.schmidt@hesge.ch>
Date: Thu, 13 Mar 2025 10:49:03 +0100
Subject: [PATCH] fractal_project/README.md has been updated.

---
 fractal_project/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/fractal_project/README.md b/fractal_project/README.md
index 37db216..5dd72af 100644
--- a/fractal_project/README.md
+++ b/fractal_project/README.md
@@ -22,6 +22,10 @@ Where:
 
 ### 2. Define the complex plane
 
+> * We need a grid of complex numbers $z$ to iterate over. This grid typically covers a region of the complex plane, like:
+>> * Real part $x$ from $-2$ to $2$.
+>> * Imaginary part $y$ from $-2$ to $2$.
+
 ### 3. Start with the point $z$
 
 ### 4. Iterate the function $f_{c}(z) = z^{2} + c$
-- 
GitLab