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). +