From 06c8c4f99c4700a220e39ddfb1b8a9ebbb900d25 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 15 Jul 2018 11:57:46 +0430 Subject: [PATCH] fix(README): point to raw GIF --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 010adee..509ca4f 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ So I just looked it up and found out the wikipedia page on [The Mandelbrot set]( Here is a simple working rendering of the Mandelbrot set using HTML5 Canvas. I wanted to write the recursion as well (zooming in indefinitely), but was not in the mood really, maybe sometime later. -[GIF](mandelbrot.gif) +[GIF](https://github.com/mdibaiee/mandelbrot-fractal-drawing/raw/gh-pages/mandelbrot.gif)