From 8c5eaec9043281c5b8a811b6e5a52b8ac4d37357 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Sun, 10 Nov 2024 09:57:16 +0100 Subject: [PATCH] added example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 04c080f..e53bc20 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,7 @@ Render the Mandelbrot set with red color mode: ```bash ./fractal -c -p '#' -m red ``` +Render a big and detailled Mandelbrot set: +```bash +./fractal -c -s 20 -i 1000 +```