瀏覽代碼

Fixing README.rst

Mike Lewis 13 年之前
父節點
當前提交
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
 
 .. code-block:: objective-c
+
   @interface SRWebSocket : NSObject
 
   // Make it with this
@@ -99,6 +100,7 @@ What you need to know
 You implement this
 
 .. code-block:: objective-c
+
   @protocol SRWebSocketDelegate <NSObject>
 
   - (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
 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
 
 TestChat Demo Application