diff --git a/template.md b/template.md index d0ad3ca..a9f3eb0 100644 --- a/template.md +++ b/template.md @@ -12,7 +12,7 @@ import { html, Component } from 'wkit' class Foo extends Component { render() { - return html` + return html`

Hello Wkit!

` }