From 9c1759198f360058490804ff2bdbba3868b3be10 Mon Sep 17 00:00:00 2001 From: Geolykt Date: Wed, 6 Jan 2021 13:23:36 +0100 Subject: [PATCH] Unify inconsitent identation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"