From 47accc762bcfa112fe66c79dfb86c00bd243085e Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sat, 12 Jun 2021 21:18:37 -0700 Subject: [PATCH] changed API list order --- APIs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/APIs.md b/APIs.md index b1c262c..d39a8a7 100644 --- a/APIs.md +++ b/APIs.md @@ -3,8 +3,8 @@ ## Complete ## In Dev +* [JS API](https://github.com/LukeeeeBennett/ccash-client-js) * [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) * [Python API](https://github.com/fearlessdoggo21/ccashpythonclient) -* [Rust API](https://git.stboyden.com/STBoyden/ccash-rs) -* [JS API](https://github.com/LukeeeeBennett/ccash-client-js) -* [CS API](https://github.com/Soverclysm/CCash-dotnet-api) \ No newline at end of file +* [CS API](https://github.com/Soverclysm/CCash-dotnet-api) +* [Rust API](https://git.stboyden.com/STBoyden/ccash-rs) \ No newline at end of file