From d013abdf4c49226f376935f1f02a2df1690d3f72 Mon Sep 17 00:00:00 2001 From: Samuel Boyden Date: Tue, 15 Jun 2021 14:58:44 +0100 Subject: [PATCH] Update CC to ComputerCraft (Lua) in APIs.md So as to make it more explicit what language/usage it is. --- APIs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APIs.md b/APIs.md index 42d05e5..7aadd85 100644 --- a/APIs.md +++ b/APIs.md @@ -2,7 +2,7 @@ ## Complete * [JS API](https://github.com/LukeeeeBennett/ccash-client-js) -* [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) +* [ComputerCraft (Lua) API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) ## In Dev * [Python API](https://github.com/fearlessdoggo21/ccashpythonclient)