From ed4dd46918d22c236b798050579b50aae5a50bd1 Mon Sep 17 00:00:00 2001 From: Anders Rune Jensen Date: Tue, 7 Apr 2020 09:51:37 +0200 Subject: [PATCH] Improve README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b0684b..59813c3 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,8 @@ known feeds. ### connected(cb) -Will ensure a connection is ready. Cb signature is (err, rpc). +If not connected, will connect and return. If connected, will just +return the already present rpc connection. Cb signature is (err, rpc). ### removeFeedState(feedId)