Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Dec 18, 2021
1 parent 7cc9de8 commit a7a0e7a
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].1/mod.ts";
import { Database } from "https://deno.land/x/[email protected].2/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].1/mod.ts).
[here](https://doc.deno.land/https://deno.land/x/[email protected].2/mod.ts).

## Native Library

Expand Down

0 comments on commit a7a0e7a

Please sign in to comment.