From 0fcba673400c9b9e0873ded902261e2fe21bc46c Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 2 Dec 2015 22:12:00 -0500 Subject: [PATCH] add installation link to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13e795a3..6ed92eea 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ m.mount(document.getElementById("example"), app); ### Learn more +- [Installation](http://mithril.js.org/installation.html) - [Tutorial](http://mithril.js.org/getting-started.html) - [Differences from Other Frameworks](http://mithril.js.org/comparison.html) - [Benchmarks](http://mithril.js.org/benchmarks.html)