From e04338edc8f2928956a34d469398a4474f7879e7 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Wed, 28 Feb 2024 01:09:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fbbe71..4c18274 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Based on the installation path above. import Dexie from 'dexie' // Import the sync function - import { sync } from 'dexie-mysql-sync' + import { sync, resetSync } from 'dexie-mysql-sync' // Setup the local database const db = new Dexie('databaseName')