mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2025-03-13 15:09:46 +01:00
Merge pull request #105 from Geolykt/patch-1
Unify inconsitent identation within the readme examples
This commit is contained in:
commit
af58e675c3
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