Skip to content

Commit

Permalink
Merge pull request zwopple#67 from bryant1410/develop
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
robertjpayne authored Aug 14, 2017
2 parents 0cf0c42 + dea7782 commit 6056c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If the initial `NSURLRequest` specifies a timeout greater than 0 the connection


```objc
#import <PSWebSocket/PSWebSocket.h>
# import <PSWebSocket/PSWebSocket.h>

@interface AppDelegate() <PSWebSocketDelegate>

Expand Down Expand Up @@ -96,7 +96,7 @@ The server currently only supports the `ws` protocol. The server binds to the ho
```objc
#import <PSWebSocket/PSWebSocketServer.h>
# import <PSWebSocket/PSWebSocketServer.h>
@interface AppDelegate() <PSWebSocketServerDelegate>
Expand Down

0 comments on commit 6056c0c

Please sign in to comment.