Skip to content

Commit 6389f8d

Browse files
authored
Update README.md
1 parent 04ddb33 commit 6389f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack-jackson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This Jackson extension library is a component to easily read and write [MessageP
77

88
It extends standard Jackson streaming API (`JsonFactory`, `JsonParser`, `JsonGenerator`), and as such works seamlessly with all the higher level data abstractions (data binding, tree model, and pluggable extensions). For the details of Jackson-annotations, please see https://github.com/FasterXML/jackson-annotations.
99

10-
This library, strictly speaking jackson-databind, isn't compatibile with msgpack-java v0.6 or earlier in serialization/deserialization of POJO.
10+
This library, strictly speaking jackson-databind, isn't compatibile with msgpack-java v0.6 or earlier in serialization/deserialization of POJO. See **Advanced usage** below for details.
1111

1212
## Install
1313

0 commit comments

Comments
 (0)