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