Skip to content

Commit 3635569

Browse files
authored
Merge pull request #259 from ErikHellman/fix/update-readme-with-doc-links
Added reference to lit-html guide for how to create templates
2 parents c3a23bb + 15d8ce6 commit 3635569

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
LitElement uses [lit-html](https://github.com/Polymer/lit-html) to render into the
1313
element's [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM)
1414
and adds API to help manage element properties and attributes. LitElement reacts to changes in properties
15-
and renders declaratively using `lit-html`.
15+
and renders declaratively using `lit-html`. See the [lit-html guide](https://polymer.github.io/lit-html/guide)
16+
for additional information on how to create templates for lit-element.
1617

1718
* **Setup properties:** LitElement supports observable properties that cause the element to update.
1819
These properties can be declared in a few ways:

0 commit comments

Comments
 (0)