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)