We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9c248 commit 7327468Copy full SHA for 7327468
docs/docs/adapters/mikro-orm.md
@@ -3,7 +3,7 @@ id: mikro-orm
3
title: MikroORM
4
---
5
6
-To use this Adapter, you need to install Mikro ORM, the driver that suits your database, and the separate `@next-auth/mikro-orm-adapter` package:
+To use this Adapter, you need to install MikroORM, the driver that suits your database, and the separate `@next-auth/mikro-orm-adapter` package:
7
8
```bash npm2yarn2pnpm
9
npm install next-auth @next-auth/mikro-orm-adapter @mikro-orm/core @mikro-orm/[YOUR DRIVER]
0 commit comments