From 899125ee0933c3c816ca9cb98beab871b179da39 Mon Sep 17 00:00:00 2001 From: benni Date: Mon, 19 Nov 2012 16:19:10 +0100 Subject: [PATCH] updated documentation --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 274b108..1e1501b 100644 --- a/README.md +++ b/README.md @@ -81,23 +81,23 @@ This project contains a maven repository that will allow you to import MBassador The following steps are necessary: 1. Add the repository location to your pom.xml - - - - mbassador-github-repo - https://raw.github.com/bennidi/mbassador/master/maven - - - +

+        
+            
+                mbassador-github-repo
+                https://raw.github.com/bennidi/mbassador/master/maven
+            
+        
+    
2. Add the MBassador dependency to your pom.xml. You can check which versions are available by browsing the git repository online. - - - org.mbassy - mbassador - 1.0.0.RC - - +

+        
+            org.mbassy
+            mbassador
+            1.0.0.RC
+        
+    
3. Run mvn clean package to have maven download and install the required version into your local repository