Skip to content

Commit

Permalink
Update README.md - fix asg017#112
Browse files Browse the repository at this point in the history
  • Loading branch information
7flash authored Jan 5, 2024
1 parent 8fc4430 commit 590de90
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 @@ -176,7 +176,7 @@ For [Deno](https://deno.land/) developers, use the [deno.land/x/sqlite_vss](http
```ts
// Requires all permissions (-A) and the --unstable flag

import { Database } from "https://deno.land/x/sqlite3@0.8.0/mod.ts";
import { Database } from "https://deno.land/x/sqlite3@0.10.0/mod.ts";
import * as sqlite_vss from "https://deno.land/x/sqlite_vss/mod.ts";

const db = new Database(":memory:");
Expand Down

0 comments on commit 590de90

Please sign in to comment.