Skip to content

Commit

Permalink
doc: update import path in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Huijgen committed Jan 12, 2022
1 parent 56509c3 commit c8b1f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

const db = new Kysely<{}>({
dialect: new PostgresDialect({
Expand Down

0 comments on commit c8b1f63

Please sign in to comment.