Skip to content

Commit 3bd4116

Browse files
committed
docs: typo
1 parent a78b47b commit 3bd4116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/cache_drivers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ You will need to install `mysql2` to use this driver.
203203
```ts
204204
import { Kysely } from 'kysely'
205205
import { BentoCache, bentostore } from 'bentocache'
206-
import { mysqlDriver } from 'bentocache/drivers/sql'
206+
import { mysqlDriver } from 'bentocache/drivers/kysely'
207207

208208
const db = new Kysely<Database>({ dialect })
209209

0 commit comments

Comments
 (0)