From 4ef77a04b2dd9240dfbd9f1b546e64ed2cd11854 Mon Sep 17 00:00:00 2001 From: Etienne Noel Date: Thu, 11 Apr 2024 11:11:02 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f5f7047..bba4aaa 100644 --- a/README.md +++ b/README.md @@ -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({