Update README

This commit is contained in:
julien Lengrand-Lambert
2017-09-11 09:06:06 +02:00
parent 7db95cf269
commit d64eb8d59a

View File

@@ -22,4 +22,11 @@ $ polymer serve --npm
## Running Tests
**To be tested**
**To be tested**
## Lit-HTML
The last version of this demo makes use of [lit-html](https://github.com/PolymerLabs/lit-html).
Lit-HTML allows to use HTML templates, via JavaScript template literals.
The template literal is properly highlighted using Atom. No extensions are available yet to highlight the literal with VSCode that I know of.