From 5be3dcdf6ead8cdeedfbc57b209808caf4f9b8a7 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 15 Jul 2018 12:01:24 +0430 Subject: [PATCH] fix(README): damn, missed the exclamation mark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a845f38..3928fc0 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?raw=true "GIF") +![GIF](mandelbrot.gif?raw=true "GIF")