From bd24dec48a523c3f7dfaaf15a8ecfbe0c865e2d5 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:39:34 +0100 Subject: [PATCH] update --- docs/tutorials/get-started/try-viam-sdk.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorials/get-started/try-viam-sdk.md b/docs/tutorials/get-started/try-viam-sdk.md index 53767abf46..45e12c1117 100644 --- a/docs/tutorials/get-started/try-viam-sdk.md +++ b/docs/tutorials/get-started/try-viam-sdk.md @@ -139,6 +139,10 @@ go run square.go The easiest way to get started writing an application with Viam is to navigate to the [machine page on the Viam app](https://app.viam.com/robots), select the **Code sample** tab, then select **TypeScript** and copy the boilerplate code. +{{< alert title="Info" color="info" >}} +The TypeScript SDK currently only supports building web browser apps. +{{< /alert >}} + {{% snippet "show-secret.md" %}} This code snippet imports all the necessary libraries and sets up a connection with the Viam app in the cloud.