From 79b8b6bd6aa96b8f7351cb8b87e80d989d988358 Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Fri, 29 Jan 2021 14:46:12 -0500 Subject: [PATCH] docs: add the information on how to remove the `onAny()` & `onError()` event handlers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5f11951..12d6c05f 100644 --- a/README.md +++ b/README.md @@ -491,7 +491,7 @@ webhooks.removeListener(eventNames, handler); Required. - Name of the event. One of GitHub’s supported event names. + Name of the event. One of GitHub’s supported event names, or '*' for the onAny() method or 'error' for the onError() method.