tabs -> spaces

This commit is contained in:
orboditilt 2019-02-25 10:10:15 +01:00
parent 65c4c9333b
commit b7fc04ce27

View File

@ -28,11 +28,11 @@ Please take a look at the jitpack website for information on usage with other to
Add the jitpack repository to the `pom.xml`
```
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```
Then add the library as an dependency.
```