diff --git a/README.md b/README.md index 4937c100..510eb0ed 100644 --- a/README.md +++ b/README.md @@ -886,8 +886,7 @@ const clean = await client.ws.user(msg => { }) ``` -Note that this method returns a promise returning a `clean` callback, that will clear -the keep-alive interval and close the data stream. +Note that this method returns a promise which will resolve the `clean` callback.
Output