diff --git a/source/includes/_modio.md b/source/includes/_modio.md index e4ebdeb..29ae1ea 100644 --- a/source/includes/_modio.md +++ b/source/includes/_modio.md @@ -25,7 +25,7 @@ Once you have added your game to --parse_sitename and got your [game ID and API Option | Usage | Suited for | Docs ---------- | ---------- | ---------- | --------- __API__ | For connecting directly to the --parse_sitename REST API. | Web apps that need a JSON REST API, or game developers that like a challenge and want control over their implementation. | You are reading them -__SDK__ | Drop our [open source C/C++ SDK](https://github.com/modio/modio-sdk) into your game to call --parse_sitename functionality. | Developers that want a SDK that abstracts the uploading, downloading and unzip flows behind easy to use function calls. | [Here](--parse_docsurl/cppsdk/refdocs/) +__SDK__ | Drop our [open source C/C++ SDK](https://github.com/modio/modio-sdk) into your game to call --parse_sitename functionality. | Game developers that want a SDK that abstracts the uploading, downloading and unzip flows behind easy to use function calls. | [Here](--parse_docsurl/cppsdk/refdocs/) __Tools/Plugins__ | Use tools, plugins and wrappers created by the community to make implementation in various engines easy. | Game developers that want a pre-built modding solution for their engine (Unity, Unreal, GameMaker, Construct) of choice. | Available below ### Official Tools