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

Hello Wkit!

- ` - } + render() { + return html` +

Hello Wkit!

+ ` + } } ```