fixed module name for consistency.

This commit is contained in:
David Nahodyl 2024-06-16 13:15:39 -04:00
parent f7ac32f509
commit 5047501be4
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ You'll need a `users` table in your database with the following columns:
### 1. Install nuxt-auth-utils
Install the [auth-utils](https://github.com/Atinux/nuxt-auth-utils) module using the `nuxi` CLI.
Install the [nuxt-auth-utils](https://github.com/Atinux/nuxt-auth-utils) module using the `nuxi` CLI.
```bash
npx nuxi@latest module add auth-utils