Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoli84 committed Feb 7, 2015
1 parent 305be79 commit 119d27c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The SocketIOSocketDelegate
```

Send message to server, when a callback provides, it will require an ACK or BinaryACK from server, then the callback will be called.
```Swift
```swift
socket.event("message", data: [1,2,3]) { (packet) -> Void in
expectation.fulfill()
}
Expand Down Expand Up @@ -122,6 +122,5 @@ MIT
CREDIT
=============

Linbang 北京邻邦科技
* **Twitter:** [@shuoli84](https://twitter.com/shuoli84)
* **Tip me:** [Tip](https://gratipay.com/shuoli84/)

0 comments on commit 119d27c

Please sign in to comment.