Skip to content

Commit

Permalink
Merge pull request #8 from magieno/etiennenoel-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
etiennenoel authored Apr 11, 2024
2 parents 35e037c + 4ef77a0 commit c9f4bc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ npm install @magieno/sqlite-client
```
import {SqliteClient} from "@magieno/sqlite-client";
const sqliteWorkerPath = "assets/js/sqlite-client-worker.js"; // Must correspond to the path in your final deployed build.
const filename = "/test.sqlite3"; // This is the name of your database. It corresponds to the path in the OPFS.
const sqliteClient = new SqliteClient({
Expand Down

0 comments on commit c9f4bc8

Please sign in to comment.