diff --git a/packages/integrations/lit/README.md b/packages/integrations/lit/README.md index 00f27be12e85..a03dd783956a 100644 --- a/packages/integrations/lit/README.md +++ b/packages/integrations/lit/README.md @@ -78,9 +78,8 @@ customElements.define('my-element', MyElement); Now, the component is ready to be imported via the Astro frontmatter: -```astro +```astro title="src/pages/index.astro" --- -// src/pages/index.astro import { MyElement } from '../components/my-element.js'; ---