diff options
author | bush <101901339+therealbush@users.noreply.github.com> | 2022-04-23 14:03:55 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 14:03:55 -1000 |
commit | f7fd3a7ba93415db6c3b29b8df70669f94850c0b (patch) | |
tree | 61deddb919c353935aaac323c27e91c2f7a007c8 | |
parent | d3a8d4073a21b08697e66a22b9fa20d89082c767 (diff) | |
download | eventbus-kotlin-f7fd3a7ba93415db6c3b29b8df70669f94850c0b.tar.gz eventbus-kotlin-f7fd3a7ba93415db6c3b29b8df70669f94850c0b.tar.bz2 eventbus-kotlin-f7fd3a7ba93415db6c3b29b8df70669f94850c0b.zip |
Update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,9 +1,6 @@ # EVENTBUS -<img src="https://tokei.rs/b1/github/therealbush/eventbus-kotlin" alt="lines of code"/> -<img src="https://img.shields.io/github/languages/code-size/therealbush/eventbus-kotlin" alt="code size"/> -[![](https://jitpack.io/v/therealbush/eventbus-kotlin.svg)](https://jitpack.io/#therealbush/eventbus-kotlin) -[![](https://jitpack.io/v/therealbush/eventbus-kotlin/month.svg)](https://jitpack.io/#therealbush/eventbus-kotlin)<br> +<img src="https://tokei.rs/b1/github/therealbush/eventbus-kotlin" alt="lines of code"/> <img src="https://img.shields.io/github/languages/code-size/therealbush/eventbus-kotlin" alt="code size"/> [![](https://jitpack.io/v/therealbush/eventbus-kotlin.svg)](https://jitpack.io/#therealbush/eventbus-kotlin) [![](https://jitpack.io/v/therealbush/eventbus-kotlin/month.svg)](https://jitpack.io/#therealbush/eventbus-kotlin)<br> *A simple, thread safe, and fast event dispatcher for Kotlin/JVM and Java.* |