Skip to content

Commit

Permalink
update lit
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Jan 26, 2023
1 parent 7ad1d0c commit 7f6cdea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/integrations/lit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ Now, apply this integration to your `astro.config.*` file using the `integration

__`astro.config.mjs`__

```js
```js ins={2} "lit()"
import { defineConfig } from 'astro/config';
import lit from '@astrojs/lit';

export default {
export default defineConfig({
// ...
integrations: [lit()],
}
});
```

## Getting started
Expand Down

0 comments on commit 7f6cdea

Please sign in to comment.