Skip to content

Commit f255386

Browse files
authored
Add note about browser support for Tagged Templates (fixes #25)
1 parent cb60e60 commit f255386

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
Develop with React/Preact directly in the browser, then compile `htm` away for production.
1313

14-
It's built using [Tagged Templates] and the browser's HTML parser.
14+
It's built using [Tagged Templates] and the browser's HTML parser. Works in [all modern browsers].
1515

1616
## `htm` by the numbers:
1717

@@ -221,3 +221,4 @@ console.log(html`
221221
[vhtml]: https://github.com/developit/vhtml
222222
[jsxobj]: https://github.com/developit/jsxobj
223223
[hyperscript]: https://github.com/hyperhype/hyperscript
224+
[all modern browsers]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Browser_compatibility

0 commit comments

Comments
 (0)