Skip to content

Commit 9741b97

Browse files
authored
docs(geolocation): Fix js import example (#2043)
1 parent e421b9a commit 9741b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/geolocation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ import {
100100
requestPermissions,
101101
getCurrentPosition,
102102
watchPosition
103-
} from '@tauri-apps/plugin-log'
103+
} from '@tauri-apps/plugin-geolocation'
104104

105105
let permissions = await checkPermissions()
106106
if (

0 commit comments

Comments
 (0)