From 74de705817595e2f3a4ccfc61630b1cc727de70a Mon Sep 17 00:00:00 2001 From: "voraton.l" Date: Fri, 31 Mar 2023 02:11:53 +0700 Subject: [PATCH] fix: Fix Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ac21c..bdd14f1 100644 --- a/README.md +++ b/README.md @@ -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()