Skip to content
Snippets Groups Projects
Unverified Commit 3b7407df authored by Cubxity's avatar Cubxity
Browse files

[skip ci] docs: improved README

parent f8edb395
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ Read the [wiki](https://github.com/Cubxity/UnifiedMetrics/wiki) for instructions
## Special Thanks
UnifiedMetrics is a proud partner of DedicatedMC! Get your Raw Power Hosting today with **15% OFF** using
UnifiedMetrics is a proud partner of [DedicatedMC](https://dedimc.promo/UnifiedMetrics)! Get your Raw Power Hosting today with **15% OFF** using
code `UnifiedMetrics`!
[![DedicatedMC Logo](.github/assets/dmc.png)](https://dedimc.promo/UnifiedMetrics)
......@@ -127,6 +127,11 @@ The output artifacts can be found in `subproject/build/libs`.
## API
<details>
<summary>Instructions (click to show)</summary>
### Gradle (Kotlin)
Add `:unifiedmetrics-api` as a dependency (compileOnly/provided).
```kotlin
......@@ -135,4 +140,6 @@ import dev.cubxity.plugins.metrics.api.UnifiedMetricsProvider
/* ... */
val api = UnifiedMetricsProvider.get()
```
\ No newline at end of file
```
</details>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment