diff --git a/src/install-button.ts b/src/install-button.ts index cb99483..d0d6572 100644 --- a/src/install-button.ts +++ b/src/install-button.ts @@ -113,7 +113,7 @@ export class InstallButton extends HTMLElement { } function defineInstallButton() { - customElements.define("esp-tools-install-button", InstallButton); + customElements.define("esp-web-install-button", InstallButton); } async function polyfillWebSerial() {