Update CC to ComputerCraft (Lua) in APIs.md

So as to make it more explicit what language/usage it is.
This commit is contained in:
Samuel Boyden 2021-06-15 14:58:44 +01:00 committed by GitHub
parent 20de9805a9
commit d013abdf4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)