Skip to content

Commit

Permalink
update alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Jan 26, 2023
1 parent 3505067 commit 8b0b61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/alpinejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ npm install alpinejs @types/alpinejs

Then, apply this integration to your `astro.config.*` file using the `integrations` property:

__`astro.config.mjs`__

```js ins={3} "alpine()"
// astro.config.mjs
```js ins={2} "alpine()"
import { defineConfig } from 'astro/config';
import alpine from '@astrojs/alpinejs';

Expand Down

0 comments on commit 8b0b61f

Please sign in to comment.