docs: fix drizzle to prisma typo (#1622)

Change Drizzle to Prisma
This commit is contained in:
Thomas Kaul
2025-03-02 07:43:18 +01:00
committed by GitHub
parent 8a68ed7b65
commit eb91c2b521

View File

@@ -9,7 +9,7 @@ Read more [here](https://www.prisma.io/).
## Example Usage
Make sure you have Prisma installed and configured.
Then, you can use the Drizzle adapter to connect to your database.
Then, you can use the Prisma adapter to connect to your database.
```ts title="auth.ts"
import { betterAuth } from "better-auth";