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 379c333 commit 98f7aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Add NuxtAuth to your `nuxt.config`:
```ts [nuxt.config.ts]
export default defineNuxtConfig({
modules: [
'@sidebase/nuxt-auth'],
'@sidebase/nuxt-auth'
],
})
```

Expand Down

0 comments on commit 98f7aee

Please sign in to comment.