Some formatting fixes for the descriptions

This commit is contained in:
GeorgH93 2020-03-05 17:44:57 +01:00
parent 53d8183368
commit 18b499528a
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
2 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,8 @@ This branch holds the API for the Minepacks plugin.
[![ciImg]][ci] [![apiVersionImg]][apiJavaDoc] [![licenseImg]][license]
## Adding it to your plugin
### Maven
## Adding it to your plugin:
### Maven:
The API is available through maven.
#### Repository:
```
@ -56,6 +56,6 @@ public MinepacksPlugin getMinepacks() {
```
You can now use the returned `MinepacksPlugin` object to interact with the Minepacks plugin.
## Links
## Links:
* [JavaDoc][apiJavaDoc]
* [API Build Server][apiBuilds]

View File

@ -105,14 +105,14 @@ For more details about the API please check the following links:
[Source Code & Details][api] ⚫ [JavaDoc][apiJavaDoc] ⚫ [Build Server][apiBuilds]
## Support
## Support:
* [Wiki][wiki]
* [Issue tracker][issues]
* [new feature request][requestFeature]
* [new bug report][reportBug]
* [Faq][wikiFAQ]
## Links
## Links:
* [Spigot][spigot]
* [Dev Bukkit][bukkit]
* [Build Server - Release Builds ![ciImg]][ci]