Merge pull request #105 from Geolykt/patch-1

Unify inconsitent identation within the readme examples
This commit is contained in:
Nick Minkler 2021-01-10 17:18:53 -08:00 committed by GitHub
commit af58e675c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -3,10 +3,10 @@
How to include the API with Maven:
```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
@ -21,7 +21,7 @@ How to include the API with Maven:
How to include the API with Gradle:
```groovy
repositories {
maven { url 'https://jitpack.io' }
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly "com.github.MilkBowl:VaultAPI:1.7"