Skip to content

Commit

Permalink
chore: fix module import
Browse files Browse the repository at this point in the history
  • Loading branch information
monsat committed Jul 31, 2022
1 parent a354697 commit ae16c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm install -D nuxt-basic-authentication-module

```nuxt.config.ts
import { defineNuxtConfig } from 'nuxt'
import BasicAuth from '' // @TODO
import BasicAuth from 'nuxt-basic-authentication-module'

export default defineNuxtConfig({
modules: [
Expand Down

0 comments on commit ae16c8c

Please sign in to comment.