Skip to content

Commit

Permalink
fix: Fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiiYuki committed Mar 30, 2023
1 parent 6c34fbe commit 74de705
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 @@ -16,7 +16,7 @@ yarn add get-location-with-timeout
### Usage

```ts
import getCurrentLocationWithTimeout, { TiredFromWaitingPromiseResolveTooLongError } from 'get-location-with-timeout'
import getCurrentLocationWithTimeout, { TimeoutError } from 'get-location-with-timeout'

try {
const { coords } = await getCurrentLocationWithTimeout()
Expand Down

0 comments on commit 74de705

Please sign in to comment.