PolymerElements / paper-button

A button à la Material Design
https://www.webcomponents.org/element/PolymerElements/paper-button
138 stars 64 forks source link

Wrong install command in webcomponents page #185

Closed zamuset closed 5 years ago

zamuset commented 5 years ago

Description

Just a quick FYI for newbies like myself, the install command is wrong in the webcomponents page and it throws an error when you try to install it

Expected command

bower install --save PolymerElements/paper-button

Actual command

npm install --save PolymerElements/paper-button

keanulee commented 5 years ago

For 2.x (current stable) versions it's still bower, but for the upcoming 3.x version it should be npm i @polymer/paper-button.