1 parent 81e8711 commit e5daa21Copy full SHA for e5daa21
1 file changed
README.md
@@ -18,7 +18,7 @@ Templates are parsed by the browser's HTML parser and cached, achieving minimal
18
The syntax is inspired by [lit-html], but includes features familiar to anyone who works with JSX:
19
20
- Rest spread: `<div ...${props}>`
21
-- Self-closing tags: `<div />
+- Self-closing tags: `<div />`
22
- Components: `<${Foo}>` _(where `Foo` is a component reference)_
23
- Boolean attributes: `<div draggable />`
24
0 commit comments