Skip to content

Commit

Permalink
docs(geolocation): Fix js import example (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbousquie authored Nov 13, 2024
1 parent e421b9a commit 9741b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/geolocation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import {
requestPermissions,
getCurrentPosition,
watchPosition
} from '@tauri-apps/plugin-log'
} from '@tauri-apps/plugin-geolocation'

let permissions = await checkPermissions()
if (
Expand Down

0 comments on commit 9741b97

Please sign in to comment.