Skip to content

Commit f1a2d7a

Browse files
committed
docs: update readme
1 parent b26d26d commit f1a2d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync-op-sqlite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ import { getDylibPath } from '@op-engineering/op-sqlite';
8989

9090
let libPath: string
9191
if (Platform.OS === 'ios') {
92-
libPath = get_the_path_to_your_library
92+
libPath = getDylibPath('co.powersync.sqlitecore', 'powersync-sqlite-core')
9393
} else {
9494
libPath = 'libpowersync';
9595
}

0 commit comments

Comments
 (0)