From 70d6fc3ea8cc566f599c590f739a69876013f834 Mon Sep 17 00:00:00 2001 From: Yih Tsern Date: Sun, 20 Apr 2014 16:24:09 +0800 Subject: [PATCH] Fixed formatting for snippets. --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a13bc63..9a8a9c2 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,20 @@ If you use Maven2 repository, these packages will be automatically downloaded. [Maven2 repository](http://msgpack.org/maven2/) is available. If your project uses Maven, please add these lines to your pom.xml. - - - msgpack.org - MessagePack Repository for Maven - http://msgpack.org/maven2/ - - - - - org.msgpack - msgpack-rpc - 0.5.0 - - + + + msgpack.org + MessagePack Repository for Maven + http://msgpack.org/maven2/ + + + + + org.msgpack + msgpack-rpc + 0.5.0 + + ## Build from the source @@ -52,8 +52,8 @@ Maven2 is required to build this project. The following command builds jar file. Then you'll get the .jar file in target directory. - mvn compile - mvn package + mvn compile + mvn package ## License