Browse Source

More README changes

Mike Lewis 13 years ago
parent
commit
192108e915
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.rst

+ 3 - 3
README.rst

@@ -68,9 +68,9 @@ The classes
 ```````````````
 The Web Socket.
 
-.. note:: ``SRWebSocket`` will retain itself between ``-(void)open`` and when it closes.
-  This is similar to how ``NSURLConnection`` behaves. (unlike
-  ``NSURLConnection``, ``SRWebSocket`` won't retain the delegate)
+.. note:: ``SRWebSocket`` will retain itself between ``-(void)open`` and when it
+  closes, errors, or fails.  This is similar to how ``NSURLConnection`` behaves.
+  (unlike ``NSURLConnection``, ``SRWebSocket`` won't retain the delegate)
 
 What you need to know::