From 7e9c0000a582b7bea042965bd91a6ae7c79a44a0 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Tue, 13 Nov 2018 08:56:37 +0200 Subject: [PATCH] Removed obsolete documentation --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ce72005..9571882 100644 --- a/README.md +++ b/README.md @@ -226,8 +226,6 @@ The above command will run and send results asynchronously as they become availa con.cancel(tag); ``` -From version 2.0.0 of the API the error() and completed() methods are part of the ResultListener interface. - ## Command timeouts Command timeouts can be used to make sure that synchronous commands either return or fail within a specific time. Command timeouts are separate from the connection timeout used in ```connect()```, and can be set using ```setTimeout()```. Here is an example: