Mike Lewis 13 жил өмнө
parent
commit
4a718389dc
1 өөрчлөгдсөн 3 нэмэгдсэн , 2 устгасан
  1. 3 2
      README.rst

+ 3 - 2
README.rst

@@ -76,6 +76,7 @@ The Web Socket.
 What you need to know
 What you need to know
 
 
 .. code-block:: objective-c
 .. code-block:: objective-c
+
   @interface SRWebSocket : NSObject
   @interface SRWebSocket : NSObject
 
 
   // Make it with this
   // Make it with this
@@ -99,6 +100,7 @@ What you need to know
 You implement this
 You implement this
 
 
 .. code-block:: objective-c
 .. code-block:: objective-c
+
   @protocol SRWebSocketDelegate <NSObject>
   @protocol SRWebSocketDelegate <NSObject>
 
 
   - (void)webSocket:(SRWebSocket *)webSocket didReceiveMessage:(id)message;
   - (void)webSocket:(SRWebSocket *)webSocket didReceiveMessage:(id)message;
@@ -149,8 +151,7 @@ To run from the app, choose the ``SocketRocket`` target and run the test action
 some serious pre/post hooks in the Test action.  You can edit it to customize
 some serious pre/post hooks in the Test action.  You can edit it to customize
 behavior.
 behavior.
 
 
-.. Note::
-  Xcode only up to version 4.4 is currently supported for the test
+.. note:: Xcode only up to version 4.4 is currently supported for the test
   harness
   harness
 
 
 TestChat Demo Application
 TestChat Demo Application