diff --git a/readme.md b/readme.md index 3e9ce46..f091378 100644 --- a/readme.md +++ b/readme.md @@ -103,7 +103,7 @@ await pTimeout(doSomething(), 2000, undefined, { }); ``` -### pTimeout.TimeoutError +### TimeoutError Exposed for instance checking and sub-classing.