From 68834be00c9757bfa66882ed329efc83c74aed24 Mon Sep 17 00:00:00 2001 From: Ishan Mulchandani <103127928+ishanM17@users.noreply.github.com> Date: Thu, 7 Sep 2023 00:04:28 +0530 Subject: [PATCH] Update README : updated url to polymer-modulizer #5704 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `