From 1555405d834b012a4bc1de5c5f0580078a0613ca Mon Sep 17 00:00:00 2001 From: Alejandro Date: Wed, 6 Dec 2017 11:05:45 -0600 Subject: [PATCH] Add SwordRPC to implementations (#82) This also reorganizes the list to have languages in alphabetical order --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b28a8bb..bc57385 100644 --- a/README.md +++ b/README.md @@ -75,5 +75,6 @@ Below is a table of unofficial, community-developed wrappers for and implementat | Name | Language | |------|----------| +| [Java-DiscordRPC](https://github.com/MinnDevelopment/Java-DiscordRPC) | Java | | [drpc4k](https://github.com/Bluexin/drpc4k) | [Kotlin](https://kotlinlang.org/) | -| [Java-DiscordRPC](https://github.com/MinnDevelopment/Java-DiscordRPC) | Java | \ No newline at end of file +| [SwordRPC](https://github.com/Azoy/SwordRPC) | [Swift](https://swift.org) |