Skip to content

Commit af58e67

Browse files
authored
Merge pull request #105 from Geolykt/patch-1
Unify inconsitent identation within the readme examples
2 parents c6d3aaa + 9c17591 commit af58e67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
How to include the API with Maven:
44
```xml
55
<repositories>
6-
<repository>
7-
<id>jitpack.io</id>
8-
<url>https://jitpack.io</url>
9-
</repository>
6+
<repository>
7+
<id>jitpack.io</id>
8+
<url>https://jitpack.io</url>
9+
</repository>
1010
</repositories>
1111
<dependencies>
1212
<dependency>
@@ -21,7 +21,7 @@ How to include the API with Maven:
2121
How to include the API with Gradle:
2222
```groovy
2323
repositories {
24-
maven { url 'https://jitpack.io' }
24+
maven { url 'https://jitpack.io' }
2525
}
2626
dependencies {
2727
compileOnly "com.github.MilkBowl:VaultAPI:1.7"

0 commit comments

Comments
 (0)