diff --git a/README.md b/README.md
index 801c0ce..ab5be10 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![jitpack][]](https://jitpack.io/#dev.xirado/jdui-core)
# JDUI
-A Kotlin library for effortlessly creating stateful and interactive messages in Discord with 0 boilerplate
+A Kotlin library for effortlessly creating stateful and interactive messages in Discord using JDA with 0 boilerplate
```kt
fun counterView() = view {
@@ -24,7 +24,7 @@ fun counterView() = view {
```
> [!WARNING]
-> This library is a work in progress. API breakage may (and probably will) happen!
+> This library is a work in progress. Features are missing and API breakage is likely!
## Features
* Easily create isolated message "views" (as we will call them from now on) and make them interactive with 0 boilerplate
@@ -44,7 +44,8 @@ repositories {
}
dependencies {
- implementation("dev.xirado:jdui-core:0.1.1")
+ implementation("dev.xirado:jdui-core:0.2.0")
+ implementation("net.dv8tion:JDA:6.0.0-rc.1")
}
```
@@ -56,4 +57,9 @@ dependencies {
jdui-core
0.1.1
+
+ net.dv8tion
+ JDA
+ 6.0.0-rc.1
+
```