diff options
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/lit/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/integrations/lit/README.md b/packages/integrations/lit/README.md index 9fde521a0..c8f4b1f43 100644 --- a/packages/integrations/lit/README.md +++ b/packages/integrations/lit/README.md @@ -80,9 +80,8 @@ Now, the component is ready to be imported via the Astro frontmatter: ```astro // src/pages/index.astro ---- + import { MyElement } from '../components/my-element.js'; ---- <MyElement /> ``` |