From a28528dfea55c46e3ba19ad6b43ec9283b65935d Mon Sep 17 00:00:00 2001 From: Him188 Date: Sat, 2 Nov 2019 18:36:33 +0800 Subject: [PATCH] Add library links --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 74b05a80c..e0c3b3e49 100644 --- a/README.md +++ b/README.md @@ -47,16 +47,16 @@ JVM 平台: #### Libraries used Mirai 使用以下开源库: -- kotlin-stdlib -- kotlinx-coroutines -- kotlinx-io -- kotlin-reflect -- pcap4j -- atomicfu -- ktor -- klock -- tornadofx -- javafx +- [kotlin-stdlib](https://github.com/JetBrains/kotlin) +- [kotlinx-coroutines](https://github.com/Kotlin/kotlinx.coroutines) +- [kotlinx-io](https://github.com/Kotlin/kotlinx-io) +- [kotlin-reflect](https://github.com/JetBrains/kotlin) +- [pcap4j](https://github.com/kaitoy/pcap4j) +- [atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) +- [ktor](https://github.com/ktorio/ktor) +- [klock](https://github.com/korlibs/klock) +- [tornadofx](https://github.com/edvin/tornadofx) +- [javafx](https://github.com/openjdk/jfx) ## Development Guide - Kotlin