Skip to content

Commit 13daa78

Browse files
authored
docs: use consistent reference to module
1 parent 1b296e2 commit 13daa78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ export default defineNuxtConfig({
5353
NUXT_SESSION_PASSWORD=password-with-at-least-32-characters
5454
```
5555

56-
Nuxt Auth Core can generate one for you when running Nuxt in development the first time when no `NUXT_SESSION_PASSWORD` is set.
56+
Nuxt Auth Utils can generate one for you when running Nuxt in development the first time when no `NUXT_SESSION_PASSWORD` is set.
5757

5858
4. That's it! You can now add authentication to your Nuxt app ✨
5959

6060
## Vue Composables
6161

62-
Nuxt Neo automatically add some plugins to fetch the current user session to let you access it from your Vue components.
62+
Nuxt Auth Utils automatically adds some plugins to fetch the current user session to let you access it from your Vue components.
6363

6464
### User Session
6565

0 commit comments

Comments
 (0)