diff --git a/README.md b/README.md index 4bb093355c..6abb888a33 100644 --- a/README.md +++ b/README.md @@ -80,21 +80,6 @@ Web Components are now implemented natively on Safari and Chrome (~70% of instal ``` -## About Polymer 3.0 - -Polymer 3.0 is now released to stable, and introduces a major change to how Polymer is distributed: from HTML Imports on bower, to JS modules on npm. Otherwise, the API is virtually 100% backward compatible with Polymer 2.0 (the only changes are removing API's related to HTML Imports like `importHref`, and converting Polymer's API to be module-based rather than globals-based). - -Migrating to Polyme 3.0 by hand is mostly mechanical: -* Components should be defined in JS modules instead of in HTML -* 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 `