Skip to content

Commit

Permalink
ReadME has been updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Oct 29, 2017
1 parent 8f74ba1 commit e14ea00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ print("JSON Body : \(String(describing: jsonBody))")
}
```

## didReceiveMessageWithJSONBody ( Message Received via STOMP )
## didReceiveMessageWithJSONBody ( Message Received via STOMP as String )

Your json message will be converted to JSON Body as AnyObject and you will receive your message in this function
```ruby
Expand Down Expand Up @@ -189,8 +189,8 @@ Important : You have to send your destination for both subscribe or unsubscribe!
- [x] Complete a working Example
- [ ] Add Carthage installation option
- [ ] Add Swift Package Manager installation option
- [ ] XCode 9 compatibility
- [ ] Swift 4 compatibility and tests
- [x] XCode 9 compatibility
- [x] Swift 4 compatibility and tests
- [ ] [ Add Quick Testing ](https://github.com/Quick/Quick)
- [ ] Re-write websocket full swift version instead of Facebook's SocketRocket lib

Expand Down

0 comments on commit e14ea00

Please sign in to comment.