Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Dec 29, 2021
1 parent 5324992 commit 3aa31c2
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 @@ -3,7 +3,7 @@
Fast, native bindings to SQLite3 C API, using Deno FFI.

```ts
import { Database } from "https://deno.land/x/[email protected].3/mod.ts";
import { Database } from "https://deno.land/x/[email protected].4/mod.ts";

const db = new Database("test.db");

Expand All @@ -16,7 +16,7 @@ db.close();
## Documentation

Check out the documentation
[here](https://doc.deno.land/https://deno.land/x/[email protected].3/mod.ts).
[here](https://doc.deno.land/https://deno.land/x/[email protected].4/mod.ts).

## Native Library

Expand Down

0 comments on commit 3aa31c2

Please sign in to comment.