diff --git a/README.md b/README.md
index db3000aa..18fd2fbc 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Examples
* **[Conway's Game of Life](./examples/game-of-life)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/game-of-life/index.html) | [fiddle](https://webassembly.studio/?f=gvuw4enb3qk) ]
Continuously updates the cellular automaton and visualizes its state on a canvas.
-* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/mandelbrot/index.html) | [fiddle](https://webassembly.studio/?f=pne1undq5g) ]
+* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/mandelbrot/index.html) | [fiddle](https://webassembly.studio/?f=m6hbiw9wyq) ]
Renders the Mandelbrot set to a canvas.
* **[i64 polyfill](./examples/i64-polyfill)**