Skip to content

Commit e5daa21

Browse files
authored
Update README.md
1 parent 81e8711 commit e5daa21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Templates are parsed by the browser's HTML parser and cached, achieving minimal
1818
The syntax is inspired by [lit-html], but includes features familiar to anyone who works with JSX:
1919

2020
- Rest spread: `<div ...${props}>`
21-
- Self-closing tags: `<div />
21+
- Self-closing tags: `<div />`
2222
- Components: `<${Foo}>` _(where `Foo` is a component reference)_
2323
- Boolean attributes: `<div draggable />`
2424

0 commit comments

Comments
 (0)