diff --git a/README.md b/README.md index 5f4877d..c186065 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ How to include the API with Maven: ```xml - - jitpack.io - https://jitpack.io - + + jitpack.io + https://jitpack.io + @@ -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"