Skip to content

Commit 5238391

Browse files
committed
Update README.md
1 parent 00541cb commit 5238391

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
@@ -1,7 +1,7 @@
11
# jackson-dataformat-msgpack
22

33
This Jackson extension library handles reading and writing of data encoded in [MessagePack](http://msgpack.org/) data format.
4-
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).
4+
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.
55

66
## Maven dependency
77

0 commit comments

Comments
 (0)