Skip to content

Commit

Permalink
fix: small typo in README (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Pastro committed Apr 29, 2023
1 parent 6bce072 commit 0646bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 72,7 @@ Optionally a second argument can be passed to the method specifying the
entrypoint name.

```ts
const db = new Database("test.db", { loadExtensions: true });
const db = new Database("test.db", { enableLoadExtension: true });

db.loadExtension("mod_spatialite");
```
Expand Down

0 comments on commit 0646bed

Please sign in to comment.