From 0dd1727d66491ae10e0aa7a1ac1fdc5c80770aaf Mon Sep 17 00:00:00 2001 From: Christopher Beam Date: Fri, 26 Jan 2018 16:00:12 -0500 Subject: [PATCH] change polymer loader link current polymer loader link is unmaintained, switch to maintained loader --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86557d55fe1..2db4429158d 100644 --- a/README.md +++ b/README.md @@ -217,14 +217,14 @@ or are automatically applied via regex from your webpack configuration. |Name|Status|Description| |:--:|:----:|:----------| ||![vue-npm]|Loads and compiles Vue Components| -||![polymer-npm]|Process HTML & CSS with preprocessor of choice and `require()` Web Components like first-class modules| +||![polymer-npm]|Process HTML & CSS with preprocessor of choice and `require()` Web Components like first-class modules| ||![angular-npm]| Loads and compiles Angular 2 Components| ||![riot-npm]| Riot official webpack loader| [vue-npm]: https://img.shields.io/npm/v/vue-loader.svg -[polymer-npm]: https://img.shields.io/npm/v/polymer-loader.svg +[polymer-npm]: https://img.shields.io/npm/v/polymer-webpack-loader.svg [angular-npm]: https://img.shields.io/npm/v/angular2-template-loader.svg [riot-npm]: https://img.shields.io/npm/v/riot-tag-loader.svg