Skip to content

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Mar 1, 2024
1 parent 5c4b80e commit 2161d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ To fix that, add an [`import_map.json`](https://deno.land/[email protected]/linking
```json
{
"imports": {
"kysely": "https://cdn.jsdelivr.net/npm/kysely@0.26.3/dist/esm/index.js",
"postgres": "https://deno.land/x/[email protected].0/mod.js"
"kysely": "https://cdn.jsdelivr.net/npm/kysely@0.27.2/dist/esm/index.js",
"postgres": "https://deno.land/x/[email protected].3/mod.js"
}
}
```
Expand Down

0 comments on commit 2161d0c

Please sign in to comment.