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: + ```