From e86cc4e5c1cd7dd5cd2a77030870b923e58de2e0 Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Mon, 30 Jan 2017 14:52:52 +0100 Subject: [PATCH] [BUGFIX] Added correct layout --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f6354b..41f5398 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,7 @@ The nightly builds are automatically created from the last commits of the develo If you've an issues regarding the bot itself, please report them [here](https://github.com/Parabot/Parabot/issues). #### Maven -Parabot supports Maven as of September 2015. All information is included in the POM.xml. -The API that is supported by Parabot is also published on a Maven repository. - -To add the client as a library, you'll first have to add our repository: +To add the client as a library, you'll first have to add our repository to your `pom.xml`: ``` @@ -37,7 +34,9 @@ To add the client as a library, you'll first have to add our repository: ``` -Then you'll need to add the dependency + +Then you'll need to add the dependency: + ```