Skip to content

Commit

Permalink
Fix LitElement typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed May 4, 2018
1 parent e924ba8 commit 928c47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 928c47f

Please sign in to comment.