From e1b326d1a99b4f69b02e07a471dbbecb919e02dd Mon Sep 17 00:00:00 2001 From: Miles Matthias Date: Mon, 30 Mar 2015 16:35:06 -0600 Subject: [PATCH] added a link for the example app in jsfiddle for people. --- docs/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 9654f8f2..455833fb 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -447,6 +447,8 @@ m.module(document, todo); --- +This example is also available as a [jsFiddle](http://jsfiddle.net/milesmatthias/fbgypzbr/1/). + ## Notes on Architecture Let's look at each MVC layer in detail to illustrate some of Mithril's design principles and philosophies: