From e66c20f6cf94f4acb8e483b9d80a06237a085009 Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Fri, 17 Apr 2020 18:24:01 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e4a8c8..528d1b2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ I'm working on a PHP Fractal kata: -[PHP Mandelbrot Kata](https://github.com/HyveInnovate/mandelbrot-kata/tree/php-solution1) +[PHP Mandelbrot Kata](https://github.com/josecelano/php-mandelbrot-arbitrary-precision) In order to get be able to zoom in the final Mandelbrot Set image as much as I want I need arbitrary precision for some complex number operations. In this package I'have implemented only the operations needed.