Skip to content

Commit

Permalink
Add note about browser support for Tagged Templates (fixes #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Dec 5, 2018
1 parent cb60e60 commit f255386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

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].

## `htm` by the numbers:

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

0 comments on commit f255386

Please sign in to comment.