Skip to content

Commit c8b1f63

Browse files
author
Bart Huijgen
committed
doc: update import path in readme
1 parent 56509c3 commit c8b1f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```ts
66
import { Kysely } from "https://cdn.jsdelivr.net/npm/[email protected]/dist/esm/index-nodeless.js";
7-
import { PostgresDialect } from "[not hosted yet]";
7+
import { PostgresDialect } from "https://deno.land/x/kysely_postgres/mod.ts";
88

99
const db = new Kysely<{}>({
1010
dialect: new PostgresDialect({

0 commit comments

Comments
 (0)