mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-14 22:45:30 +01:00
Unify inconsitent identation
This commit is contained in:
parent
c6d3aaa7ef
commit
9c1759198f
10
README.md
10
README.md
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user