From a339f96cb7b7b64127b213ea443fc64d23807dc6 Mon Sep 17 00:00:00 2001 From: benni Date: Mon, 19 Nov 2012 16:33:38 +0100 Subject: [PATCH] updated documentation --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9bcf5fa..7a6c42e 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,14 @@ 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>
-    
+ ```xml + + + 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.