Skip to content

Commit

Permalink
Unify inconsitent identation
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolykt committed Jan 6, 2021
1 parent c6d3aaa commit 9c17591
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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"
Expand Down

0 comments on commit 9c17591

Please sign in to comment.