Skip to content

Commit a35e537

Browse files
authored
Update README.md
1 parent 4ea7220 commit a35e537

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
# 🚧🚧🚧🚧 Work In Progress 🚧🚧🚧🚧
2+
13
# Thunder
24

35
A WebSocket library that draws heavily from the [Scarlet](https://github.com/Tinder/Scarlet) by Tinder.
4-
Currently, support only for Coroutine Flow.
6+
The overall design of this library is very similar to Scarlet.
7+
Currently, support only for Coroutine Flow.
58

69
---
710
## Download First
@@ -28,6 +31,13 @@ dependencies {
2831
}
2932
~~~
3033

34+
---
35+
## Restriction 🚨
36+
We need to target **Java 17** because the library is aligned with **Java 17**.
37+
In the future, we will respond by lowering the Java version.
38+
39+
40+
3141
---
3242
## Usage
3343

0 commit comments

Comments
 (0)