From 29ef4878bcf44c98aaaf79ff14aec811eb60e6af Mon Sep 17 00:00:00 2001 From: Jack Fitch <55409055+Jack1424@users.noreply.github.com> Date: Tue, 28 Jun 2022 15:41:53 -0400 Subject: [PATCH] remove the "-" before the build status and bold the inclusion example headers --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b4b2fa..fecf8c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# VaultAPI - Abstraction Library API for Bukkit Plugins - [![](https://travis-ci.org/MilkBowl/VaultAPI.svg?branch=master)](https://travis-ci.org/MilkBowl/VaultAPI) +# VaultAPI - Abstraction Library API for Bukkit Plugins [![](https://travis-ci.org/MilkBowl/VaultAPI.svg?branch=master)](https://travis-ci.org/MilkBowl/VaultAPI) -How to include the API with Maven: +**How to include the API with Maven:** ```xml @@ -19,7 +19,7 @@ How to include the API with Maven: ``` -How to include the API with Gradle: +**How to include the API with Gradle:** ```groovy repositories { maven { url 'https://jitpack.io' }