Skip to content

Commit bf50f6d

Browse files
committed
Edit README.md
1 parent 46c1f43 commit bf50f6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ For sbt users:
2323
libraryDependencies += "org.msgpack" % "msgpack-core" % "0.7.0-M5"
2424
```
2525

26-
If you want to use MessagePack through [jackson-databind](https://github.com/FasterXML/jackson-databind), you can use *jackson-dataformat-msgpack*. Please read [README](msgpack-jackson/README.md) to know how to use it.
2726
- [Usage examples](msgpack-core/src/main/java/org/msgpack/core/example/MessagePackExample.java)
28-
- TODO: jackson-databind-msgpack usage
2927

30-
## For Developers [![Travis CI](https://travis-ci.org/msgpack/msgpack-java.svg?branch=v07-develop)](https://travis-ci.org/msgpack/msgpack-java)
28+
To serialize/deserialize Java objects in MessagePack format, use [jackson-databind](https://github.com/FasterXML/jackson-databind), you can use *jackson-dataformat-msgpack*. For details, see [README](msgpack-jackson/README.md).
29+
30+
## For MessagePack Developers [![Travis CI](https://travis-ci.org/msgpack/msgpack-java.svg?branch=v07-develop)](https://travis-ci.org/msgpack/msgpack-java)
3131

3232
msgpack-java uses [sbt](http://www.scala-sbt.org/) for building the projects. For the basic usage of sbt, see:
3333
* [Building Java projects with sbt](http://xerial.org/blog/2014/03/24/sbt/)

0 commit comments

Comments
 (0)