From 928c47fc9fc06510bd4be3e5de3021adda59c564 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 4 May 2018 14:32:58 -0700 Subject: [PATCH] Fix LitElement typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5be5f8a4e..4bb093355c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Web Components are now implemented natively on Safari and Chrome (~70% of instal > > However, since Polymer uses npm conventions to reference dependencies by name, a light transform to rewrite specifiers to URLs is required to run in the browser. The polymer-cli's development server `polymer serve`, as well as `polymer build` (for building an optimized app for deployment) automatically handles this transform. - Tools like [WebPack](https://webpack.js.org/) and [Rollup](https://rollupjs.org/) can also be used to serve and/or bundle LitElement. + Tools like [WebPack](https://webpack.js.org/) and [Rollup](https://rollupjs.org/) can also be used to serve and/or bundle Polymer elements. ## Minimal Example