Skip to content

Commit

Permalink
Merge pull request #105 from Geolykt/patch-1
Browse files Browse the repository at this point in the history
Unify inconsitent identation within the readme examples
  • Loading branch information
Sleaker committed Jan 11, 2021
2 parents c6d3aaa + 9c17591 commit af58e67
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 af58e67

Please sign in to comment.