From 28d1fca04b4e0fd27898c7fe27296603a111080b Mon Sep 17 00:00:00 2001 From: William Katz Date: Tue, 27 Jul 2021 14:31:50 -0700 Subject: [PATCH] :books: renamed APIs --- docs/connected_services/how_to/APIs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/connected_services/how_to/APIs.md b/docs/connected_services/how_to/APIs.md index 921b758..6db2b4a 100644 --- a/docs/connected_services/how_to/APIs.md +++ b/docs/connected_services/how_to/APIs.md @@ -1,8 +1,8 @@ [PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md) -| language | v1 | -| ---------------------------------------------------------------------------------------- | :----------------------: | -| [Computer Craft](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) | :heavy_multiplication_x: | -| [JS](https://github.com/LukeeeeBennett/ccash-client-js) | :heavy_multiplication_x: | -| [Python](https://github.com/FearlessDoggo21/CCashPythonClient) | :heavy_check_mark: | -| [Rust](https://git.stboyden.com/STBoyden/ccash-rs) | :heavy_multiplication_x: | +| language | v1 | +| ---------------------------------------------------------------------------------------------------- | :----------------------: | +| [React's Computer Craft API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) | :heavy_multiplication_x: | +| [Luke's JS API](https://github.com/LukeeeeBennett/ccash-client-js) | :heavy_multiplication_x: | +| [Doggo's Python API](https://github.com/FearlessDoggo21/CCashPythonClient) | :heavy_check_mark: | +| [Jolly's Rust API](https://git.stboyden.com/STBoyden/ccash-rs) | :heavy_multiplication_x: |