diff --git a/docs/index.md b/docs/index.md index b0f22448..9cbc1016 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,13 +53,14 @@ The easiest way to try out Mithril is to include it from a CDN, and follow this Let's create an HTML file to follow along: ```markup - - - + + // your code goes here! + + ``` ---