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()