Skip to content

Commit

Permalink
Update docs/guide/getting-started/installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru authored Dec 19, 2024
1 parent 92e6422 commit 379c333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guide/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ Add NuxtAuth to your `nuxt.config`:

```ts [nuxt.config.ts]
export default defineNuxtConfig({
modules: ["@sidebase/nuxt-auth"],
});
modules: [
'@sidebase/nuxt-auth'],
})
```

:::

0 comments on commit 379c333

Please sign in to comment.