[BUGFIX] Added correct layout

This commit is contained in:
JKetelaar
2017-01-30 14:52:52 +01:00
parent 82bf4ece9c
commit e86cc4e5c1
+4 -5
View File
@@ -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). If you've an issues regarding the bot itself, please report them [here](https://github.com/Parabot/Parabot/issues).
#### Maven #### Maven
Parabot supports Maven as of September 2015. All information is included in the POM.xml. To add the client as a library, you'll first have to add our repository to your `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:
``` ```
<repositories> <repositories>
@@ -37,7 +34,9 @@ To add the client as a library, you'll first have to add our repository:
</repository> </repository>
</repositories> </repositories>
``` ```
Then you'll need to add the dependency
Then you'll need to add the dependency:
``` ```
<dependencies> <dependencies>
<dependency> <dependency>