Skip to content

Commit 37bb6eb

Browse files
committed
fix(docs): update code example
1 parent 2ecf52c commit 37bb6eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/adapters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*
7272
* ```ts title=my-adapter.ts
7373
* import { type Adapter } from "@auth/core/adapters"
74-
* import { PrismaAdapter } from "@next-auth/prisma-adapter"
74+
* import { PrismaAdapter } from "@auth/prisma-adapter"
7575
* import { PrismaClient } from "@prisma/client"
7676
*
7777
* const prisma = new PrismaClient()

0 commit comments

Comments
 (0)