Skip to content

Commit a5405b2

Browse files
authored
Update README.md
1 parent 64823f2 commit a5405b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Java and Android Socketcluster Client
33

44
This SocketCluster Java/Android Client fork has the following differences from upstream:
55
- [Jackson](https://github.com/FasterXML/jackson) JSON parser is used, instead of [JSON-java](https://github.com/stleary/JSON-java)
6-
- [SocketCluster Minimal binary (sc-codec-min-bin) codec](https://github.com/SocketCluster/sc-codec-min-bin) support. See [Codecs](#codecs) section
6+
- [SocketCluster Minimal binary (sc-codec-min-bin) codec](https://github.com/SocketCluster/sc-codec-min-bin) support. See [Codecs](#codecs) section on usage example
77
- Underlying [nv-websocket-client](https://github.com/TakahikoKawasaki/nv-websocket-client) has been updated to the latest version
8-
- Breaking: callback params now have Jackson `JsonNode` types, instead of upstream's `Object`
8+
- **Breaking**: callback params now have Jackson `JsonNode` types, instead of upstream's `Object`
99

1010
**Important Note:** Due to using `jackson-databind` this library is significantly bigger in size than upstream (~1.8 Mb), so if binary codec support is not needed, consider using upstream instead.
1111

0 commit comments

Comments
 (0)