From 3ba1a9e66e1836cc831fc86196172b38de751a53 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 17 Sep 2023 00:02:22 +0200 Subject: [PATCH] chore: update examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a407a3..eaf3554 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ In your component class: ```js // HelloWorld.mjs -import { WebComponent } from "./WebComponent.mjs"; +import { WebComponent } from "web-component-base"; export class HelloWorld extends WebComponent { name = "World";