From 84cb1ecb3d5483059e9020d32d1f215f43924368 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sun, 8 Jan 2017 22:36:42 -0500 Subject: [PATCH] add conclusion to tut --- docs/simple-application.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/simple-application.md b/docs/simple-application.md index c4c131bd..f23ff82b 100644 --- a/docs/simple-application.md +++ b/docs/simple-application.md @@ -604,3 +604,9 @@ Refresh the page in the browser and now you'll see the global navigation on ever --- +This concludes the tutorial. + +In this tutorial, we went through the process of creating a very simple application where we can list users from a server and edit them individually. As an extra exercise, try to implement user creation and deletion on your own. + +If you want to see more examples of Mithril code, check the [examples](examples.md) page. If you have questions, feel free to drop by the [Mithril chat room](https://gitter.im/lhorie/mithril.js). +