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

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