From bc7b9a6c1bce5861a97572eed0c1c5bc8651b7f7 Mon Sep 17 00:00:00 2001 From: Bogdan Mardale <80361889+bmardale@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:12:42 +0200 Subject: [PATCH] fix: typo (#1333) --- docs/pages/database/drizzle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/database/drizzle.md b/docs/pages/database/drizzle.md index d1177b3ed..035841cb3 100644 --- a/docs/pages/database/drizzle.md +++ b/docs/pages/database/drizzle.md @@ -7,7 +7,7 @@ title: "Drizzle ORM" Adapters for Drizzle ORM are provided by `@lucia-auth/adapter-drizzle`. Supports MySQL, PostgreSQL, and SQLite. You're free to rename the underlying table and column names as long as the field names are the same (e.g. `expiresAt`). ``` -npm install @lucia-auth/adapter-sqlite@beta +npm install @lucia-auth/adapter-drizzle@beta ``` ## MySQL