Skip to content

Commit

Permalink
docs: correct instance name passed to LibSQLAdapter (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
efkann committed May 1, 2024
1 parent d285a08 commit 30b2264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/database/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ declare module "lucia" {

### LibSQL

`LibSQLAdapter` takes a `D1Database` instance and a list of table names.
`LibSQLAdapter` takes a `Client` instance and a list of table names.

```ts
import { Lucia } from "lucia";
Expand Down

0 comments on commit 30b2264

Please sign in to comment.