From 134a3121ccc92a64681de7124e4894f928fa548a Mon Sep 17 00:00:00 2001 From: Barney Carroll Date: Mon, 9 Jan 2017 13:32:54 +0000 Subject: [PATCH] Use HTML / JSX as appropriate instead of 'markup' --- docs/introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/introduction.md b/docs/introduction.md index 671541e5..217395dd 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -27,7 +27,7 @@ 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 +```html