Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptPilot authored Feb 28, 2024
1 parent 704ccc7 commit e04338e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e04338e

Please sign in to comment.