diff --git a/README.md b/README.md index e6639b58e..eb67833d5 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Migrating to Polymer 3.0 by hand is mostly mechanical: * Templates should be encoded in JS modules using a `static get template()` getter on PolymerElement subclasses using the `html` tagged template literal function (which parses `HTMLTemplateElement`s out of strings in JS) rather than using `