make example valid html5

This commit is contained in:
Leo Horie 2014-09-20 10:31:55 -04:00
parent 094c4e57ff
commit 6cbe17cd08

View file

@ -20,6 +20,7 @@ Once you have a [copy of Mithril](installation.md), getting started is surprisin
```markup
<!doctype html>
<title>Todo app</title>
<script src="mithril.js"></script>
<script>
//app goes here