diff --git a/README.md b/README.md index d657831..3fea15a 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ 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 -

-        <repositories>
-            <repository>
-                <id>mbassador-github-repo</id>
-                <url>https://raw.github.com/bennidi/mbassador/master/maven</url>
-            </repository>
-        </repositories>
+    

+        
+            
+                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.