Skip to content

Commit aeffd32

Browse files
authored
readme update (#138)
1 parent 990584c commit aeffd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dialects/sql.js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Forked from https://github.com/betarixm/kysely-sql-js
66
import { type GeneratedAlways, Kysely } from 'kysely';
77
import initSqlJs from 'sql.js';
88

9-
import { SqlJsDialect } from 'kysely-sql-js';
9+
import { SqlJsDialect } from '@zenstackhq/kysely-sql-js';
1010

1111
interface Database {
1212
person: {

0 commit comments

Comments
 (0)