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' }