From fceb02e887a9ed53bb5ef170624b1e7f48daf4a3 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 22 Apr 2015 22:34:31 -0400 Subject: [PATCH] add note about MSX in guide --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 915b4035..c958dba4 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -191,7 +191,7 @@ todo.controller = function() { ### View -The next step is to write a view so users can interact with the application +The next step is to write a view so users can interact with the application. In Mithril, views are plain Javascript. This comes with several benefits (proper error reporting, proper lexical scoping, etc.), while still allowing [HTML syntax to be used via a preprocessor tool](https://github.com/insin/msx) ```javascript todo.view = function() {