remove the "-" before the build status and bold the inclusion example headers

This commit is contained in:
Jack Fitch 2022-06-28 15:41:53 -04:00
parent 0a0454f6ad
commit 29ef4878bc
No known key found for this signature in database
GPG Key ID: 753BA18D9DE77C27
1 changed files with 3 additions and 3 deletions

View File

@ -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
<repositories>
<repository>
@ -19,7 +19,7 @@ How to include the API with Maven:
</dependencies>
```
How to include the API with Gradle:
**How to include the API with Gradle:**
```groovy
repositories {
maven { url 'https://jitpack.io' }