From 9487cea58065d6374b1a00f91eba9e16a4e76036 Mon Sep 17 00:00:00 2001 From: Robby Uitbeijerse Date: Tue, 18 Jun 2024 16:29:08 +0200 Subject: [PATCH] chore: wording --- pages/service/implementation-player-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/service/implementation-player-api.mdx b/pages/service/implementation-player-api.mdx index 0d8c2e6..c0b8e15 100644 --- a/pages/service/implementation-player-api.mdx +++ b/pages/service/implementation-player-api.mdx @@ -8,7 +8,7 @@ import { Cards, Card } from "nextra-theme-docs"; The implementation of our Player API consists of two components -- The Beam game-platform client. We currently provide a **Unity (C#) and Web (TypeScript) SDKs. In the future, we will be releasing more implementations for various platforms (eg; Unreal) +- The Beam game-platform client. We currently provide a **Unity (C#) and Web (TypeScript)** SDK. In the future, we will be releasing more implementations for various platforms (eg; Unreal) - The request client. We currently provide a **C# and TypeScript** clients. ---