We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb60e60 commit f255386Copy full SHA for f255386
README.md
@@ -11,7 +11,7 @@
11
12
Develop with React/Preact directly in the browser, then compile `htm` away for production.
13
14
-It's built using [Tagged Templates] and the browser's HTML parser.
+It's built using [Tagged Templates] and the browser's HTML parser. Works in [all modern browsers].
15
16
## `htm` by the numbers:
17
@@ -221,3 +221,4 @@ console.log(html`
221
[vhtml]: https://github.com/developit/vhtml
222
[jsxobj]: https://github.com/developit/jsxobj
223
[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