Skip to content

Commit 689dccf

Browse files
jbousquiegezihuzi
authored andcommitted
docs(geolocation): Fix js import example (tauri-apps#2043)
1 parent 59f464e commit 689dccf

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)