From 5a05261edc1e73d65f9f5818e156ec84024ce4d4 Mon Sep 17 00:00:00 2001 From: Kevin Neilson Date: Fri, 26 Jul 2024 10:49:10 -0700 Subject: [PATCH] Update builders/ethereum/dev-env/thirdweb.md Co-authored-by: Erin Shaben --- builders/ethereum/dev-env/thirdweb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/ethereum/dev-env/thirdweb.md b/builders/ethereum/dev-env/thirdweb.md index 6a8c05f2b..bb8dbf428 100644 --- a/builders/ethereum/dev-env/thirdweb.md +++ b/builders/ethereum/dev-env/thirdweb.md @@ -137,7 +137,7 @@ Finally, specify your Client ID (API Key) in your `.env` file. Your `.env` file thirdweb provides several SDKs to allow you to interact with your contract including: [React](https://portal.thirdweb.com/typescript/v5/react){target=\_blank}, [React Native](https://portal.thirdweb.com/typescript/v5/react-native){target=\_blank}, [TypeScript](https://portal.thirdweb.com/typescript/v5){target=\_blank}, and [Unity](https://portal.thirdweb.com/unity){target=\_blank}. -This guide will show you how to interact with your contracts deployed to Moonbeam, Moonriver or Moonbase Alpha via thirdweb using Typescript. You can view the [full SDK reference](https://portal.thirdweb.com/typescript/v5){target=\_blank} in thirdweb’s documentation. +This guide will show you how to interact with your contracts deployed to Moonbeam, Moonriver or Moonbase Alpha via thirdweb using TypeScript. You can view the [full SDK reference](https://portal.thirdweb.com/typescript/v5){target=\_blank} in thirdweb’s documentation. ### Run Locally {: #run-locally }